diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-24 15:45:55 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-24 15:45:55 -0400 |
| commit | f77fec3fe9ef547a20c30fc1579c22aa7f336f19 (patch) | |
| tree | 7153d263866567203f6889f79f0d991214f7a799 /CHANGES | |
| parent | 466cc4fc48d6728f295eca2b1cc948a022ae602c (diff) | |
| download | external_python_mako-f77fec3fe9ef547a20c30fc1579c22aa7f336f19.tar.gz external_python_mako-f77fec3fe9ef547a20c30fc1579c22aa7f336f19.tar.bz2 external_python_mako-f77fec3fe9ef547a20c30fc1579c22aa7f336f19.zip | |
- Fixed sometimes incorrect usage of
exc.__class__.__name__
in html/text error templates when using
Python 2.4 [ticket:131]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +0.3.3 +- Fixed sometimes incorrect usage of + exc.__class__.__name__ + in html/text error templates when using + Python 2.4 [ticket:131] + 0.3.2 - Calling a def from the top, via template.get_def(...).render() now checks the |
