commit | c7cbb9b509ae9b1d3b98d0ee58afa3ef1fdd61ac | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon May 03 15:39:57 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon May 03 15:39:57 2010 +0000 |
tree | 5f4f70fef0ca8f8cd13a894e145022b450d7e7cf | |
parent | 350c394c87b1bf19f6aeaf5e5fb63e446b9fd78d [diff] [blame] |
Issue #8581: logging: removed errors raised when closing handlers twice.
diff --git a/Misc/NEWS b/Misc/NEWS index f943618..62d4e59 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Library ------- +- Issue #8581: logging: removed errors raised when closing handlers twice. + - Issue #4687: Fix accuracy of garbage collection runtimes displayed with gc.DEBUG_STATS.