diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-29 23:26:29 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-08-29 23:26:29 -0400 |
| commit | 1723f85a3cc34f6454913a1a8b6b5c8954b5d689 (patch) | |
| tree | 71a6b7cef83a13eb31545bf398592a5328082208 /CHANGES | |
| parent | 2abc9ac7f280bb9adf833848abd6da5b94ecbbed (diff) | |
| download | external_python_mako-1723f85a3cc34f6454913a1a8b6b5c8954b5d689.tar.gz external_python_mako-1723f85a3cc34f6454913a1a8b6b5c8954b5d689.tar.bz2 external_python_mako-1723f85a3cc34f6454913a1a8b6b5c8954b5d689.zip | |
- [bug] Fixed the "filter" attribute of the
<%text> tag so that it pulls locally specified
identifiers from the context the same
way as that of <%block> and <%filter>.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ - [bug] Fixed Py3K bug in the Babel extension. +- [bug] Fixed the "filter" attribute of the + <%text> tag so that it pulls locally specified + identifiers from the context the same + way as that of <%block> and <%filter>. + 0.7.2 - [bug] Fixed regression in 0.7.1 where AST parsing for Py2.4 was broken. |
