commit | 0a7d1bb168e998cd1ddba0f699c6142093e1f530 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Aug 11 07:26:10 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Aug 11 07:26:10 2006 +0000 |
tree | b490cdfea49a6f55097b653d913df48f311796a2 | |
parent | 368c155d05c4df7f4b13c533685699c30e79bb26 [diff] [blame] |
logging's atexit hook now runs even if the rest of the module has already been cleaned up.
diff --git a/Misc/NEWS b/Misc/NEWS index f2fc704..26047f6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,9 @@ 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