diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-10-30 00:26:48 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-10-30 00:26:48 (GMT) |
commit | 028011f9f098d37d9dc81df7737fc38126fbdc76 (patch) | |
tree | 3c0caf1271dd40ec6ebb777f3908e6e4608cab5d /Misc | |
parent | 011057854d86346fd19ba845a0a9759eae22c39c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |