summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-01-05 03:54:25 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-01-05 03:54:25 (GMT)
commit358e11d928ae4d3386c17eb0b48e7602029fec06 (patch)
tree408d941953c92b6c291c21ff7cd6a4eda8a2b4d2 /Misc
parent29e762c94172a4e0b2855f188399f8f05487920e (diff)
downloadcpython-358e11d928ae4d3386c17eb0b48e7602029fec06.zip
cpython-358e11d928ae4d3386c17eb0b48e7602029fec06.tar.gz
cpython-358e11d928ae4d3386c17eb0b48e7602029fec06.tar.bz2
Issue #10756: atexit normalizes the exception before displaying it.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ce7445..be158fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,8 @@ Core and Builtins
Library
-------
+- Issue #10756: atexit normalizes the exception before displaying it.
+
- Issue #10790: email.header.Header.append's charset logic now works correctly
for charsets whose output codec is different from its input codec.