aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-05-31 16:11:33 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-05-31 16:11:33 -0400
commit3ef596c2f5217993d92e1cded3efc44d249eb183 (patch)
treec4fd14958bd5a3bc6367e9bd58f1124fa1284fbb /CHANGES
parente23877edcbddde78ed56ca8e824520b8ab6af0b5 (diff)
downloadexternal_python_mako-3ef596c2f5217993d92e1cded3efc44d249eb183.tar.gz
external_python_mako-3ef596c2f5217993d92e1cded3efc44d249eb183.tar.bz2
external_python_mako-3ef596c2f5217993d92e1cded3efc44d249eb183.zip
- Added conditional to RichTraceback
such that if no traceback is passed and sys.exc_info() has been reset, the formatter just returns blank for the "traceback" portion. [ticket:135] - some long line cleanup
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 13c7da0..d9fd1a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
0.3.3
+- Added conditional to RichTraceback
+ such that if no traceback is passed
+ and sys.exc_info() has been reset,
+ the formatter just returns blank
+ for the "traceback" portion.
+ [ticket:135]
+
- Fixed sometimes incorrect usage of
exc.__class__.__name__
in html/text error templates when using