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.