aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-24 15:45:55 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-24 15:45:55 -0400
commitf77fec3fe9ef547a20c30fc1579c22aa7f336f19 (patch)
tree7153d263866567203f6889f79f0d991214f7a799 /CHANGES
parent466cc4fc48d6728f295eca2b1cc948a022ae602c (diff)
downloadexternal_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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3af9dc1..98f9e86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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