summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-08-11 07:26:10 (GMT)
committerGeorg Brandl <georg@python.org>2006-08-11 07:26:10 (GMT)
commit0a7d1bb168e998cd1ddba0f699c6142093e1f530 (patch)
treeb490cdfea49a6f55097b653d913df48f311796a2 /Misc
parent368c155d05c4df7f4b13c533685699c30e79bb26 (diff)
downloadcpython-0a7d1bb168e998cd1ddba0f699c6142093e1f530.zip
cpython-0a7d1bb168e998cd1ddba0f699c6142093e1f530.tar.gz
cpython-0a7d1bb168e998cd1ddba0f699c6142093e1f530.tar.bz2
logging's atexit hook now runs even if the rest of the module has
already been cleaned up.
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 f2fc704..26047f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and builtins
Library
-------
+- logging's atexit hook now runs even if the rest of the module has
+ already been cleaned up.
+
- Bug #1112549, DoS attack on cgi.FieldStorage.
- Bug #1531405, format_exception no longer raises an exception if