diff options
author | Georg Brandl <georg@python.org> | 2006-08-11 07:26:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-08-11 07:26:10 (GMT) |
commit | 0a7d1bb168e998cd1ddba0f699c6142093e1f530 (patch) | |
tree | b490cdfea49a6f55097b653d913df48f311796a2 /Misc | |
parent | 368c155d05c4df7f4b13c533685699c30e79bb26 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |