summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-15 16:57:44 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-15 16:57:44 (GMT)
commitd0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7 (patch)
tree3b579a69db5721b11b89d9c18aa0ab14272f520e /Misc
parent2ec6b176bd0fc41c6d00f244a4d8d6bdefa2c620 (diff)
downloadcpython-d0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7.zip
cpython-d0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7.tar.gz
cpython-d0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7.tar.bz2
Issue #10756: atexit normalizes the exception before displaying it. Patch by
Andreas Stührk. Backport a fix already applied to Python 3.2+ (4a82be47a948 + 5060a92a8597).
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 c41e475..521a2a0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Core and Builtins
Library
-------
+- Issue #10756: atexit normalizes the exception before displaying it. Patch by
+ Andreas Stührk.
+
- Issue #8650: Make zlib module 64-bit clean. compress(), decompress() and
their incremental counterparts now raise OverflowError if given an input
larger than 4GB, instead of silently truncating the input and returning