commit | c13c34c39d0a39b3f3bfe1d2145861dbdc19dd68 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Jul 24 14:09:56 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Jul 24 14:09:56 2006 +0000 |
tree | b62ea51b24f05fef526f6de7c0568e7135c35f5c | |
parent | 844f7ddcdc3b171ea18c626e46dec14a5786400a [diff] |
Patch #1515343: Fix printing of deprecated string exceptions with a value in the traceback module.
diff --git a/Misc/NEWS b/Misc/NEWS index e721414..9cbc9e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Library ------- +- Patch #1515343: Fix printing of deprecated string exceptions with a + value in the traceback module. + - Resync optparse with Optik 1.5.3: minor tweaks for/to tests. - Patch #1524429: Use repr() instead of backticks in Tkinter again.