diff options
| author | Brett Cannon <bcannon@gmail.com> | 2010-10-30 00:18:54 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2010-10-30 00:18:54 (GMT) |
| commit | 011057854d86346fd19ba845a0a9759eae22c39c (patch) | |
| tree | 22983f0724c48f9c25dddda876e9195f6ee85d25 | |
| parent | c524692c88a7d5b970881237a4feded79fa41b29 (diff) | |
| download | cpython-011057854d86346fd19ba845a0a9759eae22c39c.zip cpython-011057854d86346fd19ba845a0a9759eae22c39c.tar.gz cpython-011057854d86346fd19ba845a0a9759eae22c39c.tar.bz2 | |
Add some missing entries related to the various ResourceWarning fixes I have committed.
| -rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
