[Python-checkins] r85962 - python/branches/py3k/Misc/NEWS

brett.cannon python-checkins at python.org
Sat Oct 30 02:18:54 CEST 2010


Author: brett.cannon
Date: Sat Oct 30 02:18:54 2010
New Revision: 85962

Log:
Add some missing entries related to the various ResourceWarning fixes I have committed.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Oct 30 02:18:54 2010
@@ -54,6 +54,12 @@
 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.
 


More information about the Python-checkins mailing list