summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-10-30 00:18:54 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-10-30 00:18:54 (GMT)
commit011057854d86346fd19ba845a0a9759eae22c39c (patch)
tree22983f0724c48f9c25dddda876e9195f6ee85d25 /Misc
parentc524692c88a7d5b970881237a4feded79fa41b29 (diff)
downloadcpython-011057854d86346fd19ba845a0a9759eae22c39c.zip
cpython-011057854d86346fd19ba845a0a9759eae22c39c.tar.gz
cpython-011057854d86346fd19ba845a0a9759eae22c39c.tar.bz2
Add some missing entries related to the various ResourceWarning fixes I have committed.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 964d9f7..795b3d5 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.