From: Brett Cannon Date: Sat, 30 Oct 2010 00:18:54 +0000 (+0000) Subject: Add some missing entries related to the various ResourceWarning fixes I have committed. X-Git-Tag: v3.2a4~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=011057854d86346fd19ba845a0a9759eae22c39c;p=python Add some missing entries related to the various ResourceWarning fixes I have committed. --- diff --git a/Misc/NEWS b/Misc/NEWS index 964d9f7970..795b3d51ac 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -54,6 +54,12 @@ Core and Builtins Library ------- +- Close a io.TextIOWrapper object in email.parser in a timely manner. + +- Close a file object in distutils.sysconfig in a timely manner. + +- Close a file object in pkgutil in a timely manner. + - Issue #10233: Close file objects in a timely manner in the tarfile module and its test suite.