diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-03 13:41:15 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-03 13:41:15 -0400 |
| commit | 3bd802b9504d9d6f81cb35801cc61267f1f9697c (patch) | |
| tree | 6bad3fb801a7a5ba261b2d868283977113f069da /CHANGES | |
| parent | faf3a4d7bdde373a73c74fe70af87de841de800e (diff) | |
| download | external_python_mako-3bd802b9504d9d6f81cb35801cc61267f1f9697c.tar.gz external_python_mako-3bd802b9504d9d6f81cb35801cc61267f1f9697c.tar.bz2 external_python_mako-3bd802b9504d9d6f81cb35801cc61267f1f9697c.zip | |
- [bug] Using <%namespace import="*" module="somemodule"/> now
skips over module elements that are not explcitly callable,
avoiding TypeError when trying to produce partials.
[ticket:207]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ - [bug] The Babel plugin has been repaired to work on Python 3. [ticket:187] +- [bug] Using <%namespace import="*" module="somemodule"/> now + skips over module elements that are not explcitly callable, + avoiding TypeError when trying to produce partials. + [ticket:207] + 0.8.1 - [bug] Changed setup.py to skip installing markupsafe if Python version is < 2.6 or is between 3.0 and |
