]> granicus.if.org Git - python/commitdiff
Add some missing entries related to the various ResourceWarning fixes I have committed.
authorBrett Cannon <bcannon@gmail.com>
Sat, 30 Oct 2010 00:18:54 +0000 (00:18 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 30 Oct 2010 00:18:54 +0000 (00:18 +0000)
Misc/NEWS

index 964d9f79707a9f8d36041ad1b63089f4c8489c87..795b3d51ac0c1e9f65d12ce4d7bb6a1ad71bc6a6 100644 (file)
--- 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.