diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-12 01:27:25 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-03-12 01:27:25 -0400 |
| commit | 8bebfc205230d41429a88c98b56d45acf7e67226 (patch) | |
| tree | fc1cc3af6273fa57e7fe8f247975b037540a9266 /CHANGES | |
| parent | 936a524263b90071d601b09a63f3c86117769b61 (diff) | |
| download | external_python_mako-8bebfc205230d41429a88c98b56d45acf7e67226.tar.gz external_python_mako-8bebfc205230d41429a88c98b56d45acf7e67226.tar.bz2 external_python_mako-8bebfc205230d41429a88c98b56d45acf7e67226.zip | |
- [feature] Added support for context managers,
i.e. "% with x as e:/ % endwith" support.
Courtesy Ben Trofatter [ticket:147]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ 0.6.3 +- [feature] Added support for context managers, + i.e. "% with x as e:/ % endwith" support. + Courtesy Ben Trofatter [ticket:147] + - [bug] Fixed some Py3K resource warnings due to filehandles being implicitly closed. [ticket:182] |
