summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-24 14:09:56 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-24 14:09:56 (GMT)
commitc13c34c39d0a39b3f3bfe1d2145861dbdc19dd68 (patch)
treeb62ea51b24f05fef526f6de7c0568e7135c35f5c /Misc
parent844f7ddcdc3b171ea18c626e46dec14a5786400a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e721414..9cbc9e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.