aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-06-22 11:57:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-06-22 11:57:18 -0400
commit808dde1450ace1a929d2f6a289bd3e6293c84bad (patch)
treee4befca0e7c86bbaa925a2c89e2ed097c1e9e374 /CHANGES
parent6fbcfe7a4df62f0b217539b9c931d1068e947b70 (diff)
downloadexternal_python_mako-808dde1450ace1a929d2f6a289bd3e6293c84bad.tar.gz
external_python_mako-808dde1450ace1a929d2f6a289bd3e6293c84bad.tar.bz2
external_python_mako-808dde1450ace1a929d2f6a289bd3e6293c84bad.zip
- Fixed call to "unicode.strip" in
exceptions.text_error_template which is not Py3k compatible. [ticket:137]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d9fd1a4..6ff3824 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-
+0.3.4
+- Fixed call to "unicode.strip" in
+ exceptions.text_error_template which
+ is not Py3k compatible. [ticket:137]
+
0.3.3
- Added conditional to RichTraceback
such that if no traceback is passed