summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-10-30 00:26:48 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-10-30 00:26:48 (GMT)
commit028011f9f098d37d9dc81df7737fc38126fbdc76 (patch)
tree3c0caf1271dd40ec6ebb777f3908e6e4608cab5d /Misc
parent011057854d86346fd19ba845a0a9759eae22c39c (diff)
downloadcpython-028011f9f098d37d9dc81df7737fc38126fbdc76.zip
cpython-028011f9f098d37d9dc81df7737fc38126fbdc76.tar.gz
cpython-028011f9f098d37d9dc81df7737fc38126fbdc76.tar.bz2
Silence ResourceWarnings in modulefinder by using file context managers.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 795b3d5..b1e701d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,8 @@ Core and Builtins
Library
-------
+- Close file objects in modulefinder in a timely manner.
+
- Close a io.TextIOWrapper object in email.parser in a timely manner.
- Close a file object in distutils.sysconfig in a timely manner.