commit | c4a287114e2377772643e354fff5c388899cabff | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Aug 22 16:19:19 2011 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Aug 22 16:19:19 2011 +1000 |
tree | 86998b09aec41e2634825d47f72d61e78e11f491 | |
parent | 029ba2b8cd31728fb58dd082c44827a0703bff4a [diff] [blame] |
Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.
diff --git a/Misc/NEWS b/Misc/NEWS index ab70dfd..eeb0d71 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -265,6 +265,9 @@ Library ------- +- Issue #12811: tabnanny.check() now promptly closes checked files. Patch by + Anthony Briggs. + - Issue #6560: The sendmsg/recvmsg API is now exposed by the socket module when provided by the underlying platform, supporting processing of ancillary data in pure Python code.