Merged revisions 80777 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80777 | victor.stinner | 2010-05-05 14:40:49 +0200 (mer., 05 mai 2010) | 3 lines
Issue #8313: traceback.format_exception_only() encodes unicode message to
ASCII with backslashreplace error handler if str(value) failed
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ab0508..5d7bd4f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@
Library
-------
+- Issue #8313: traceback.format_exception_only() encodes unicode message to
+ ASCII with backslashreplace error handler if str(value) failed
+
- Issue #8567: Fix precedence of signals in Decimal module: when a
Decimal operation raises multiple signals and more than one of those
signals is trapped, the specification determines the order in which