[Python-checkins] r72426 - python/trunk/Misc/NEWS
r.david.murray
python-checkins at python.org
Thu May 7 18:29:19 CEST 2009
Author: r.david.murray
Date: Thu May 7 18:29:19 2009
New Revision: 72426
Log:
News item for Issue5955.
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Thu May 7 18:29:19 2009
@@ -285,6 +285,9 @@
Library
-------
+- Issue 5955: aifc's close method did not close the file it wrapped,
+ now it does. This also means getfp method now returns the real fp.
+
- Issue #4875: On win32, ctypes.util.find_library does no longer
return directories.
More information about the Python-checkins
mailing list