diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-22 11:57:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-06-22 11:57:18 -0400 |
| commit | 808dde1450ace1a929d2f6a289bd3e6293c84bad (patch) | |
| tree | e4befca0e7c86bbaa925a2c89e2ed097c1e9e374 /CHANGES | |
| parent | 6fbcfe7a4df62f0b217539b9c931d1068e947b70 (diff) | |
| download | external_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-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
