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

lukasz.langa python-checkins at python.org
Tue Nov 23 01:19:54 CET 2010


Author: lukasz.langa
Date: Tue Nov 23 01:19:53 2010
New Revision: 86701

Log:
information on Issue #9846



Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Nov 23 01:19:53 2010
@@ -32,6 +32,8 @@
 Library
 -------
 
+- Issue #9846: zipfile is now correctly closing underlying file objects.
+
 - Issue #10459: Update CJK character names to Unicode 6.0.
 
 - Issue #4493: urllib.request adds '/' in front of path components which does not


More information about the Python-checkins mailing list