diff options
author | Georg Brandl <georg@python.org> | 2006-07-24 14:09:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-07-24 14:09:56 (GMT) |
commit | c13c34c39d0a39b3f3bfe1d2145861dbdc19dd68 (patch) | |
tree | b62ea51b24f05fef526f6de7c0568e7135c35f5c /Misc | |
parent | 844f7ddcdc3b171ea18c626e46dec14a5786400a (diff) | |
download | cpython-c13c34c39d0a39b3f3bfe1d2145861dbdc19dd68.zip cpython-c13c34c39d0a39b3f3bfe1d2145861dbdc19dd68.tar.gz cpython-c13c34c39d0a39b3f3bfe1d2145861dbdc19dd68.tar.bz2 |
Patch #1515343: Fix printing of deprecated string exceptions with a
value in the traceback module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Core and builtins 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. |