]> granicus.if.org Git - python/commitdiff
News item for Issue5955.
authorR. David Murray <rdmurray@bitdance.com>
Thu, 7 May 2009 16:29:19 +0000 (16:29 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 7 May 2009 16:29:19 +0000 (16:29 +0000)
Misc/NEWS

index 2b05c00f5cd59f67ad64f074012985e5fba9e3ec..6e4a71423cf787525b7b52580aafa30d96189e7f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -285,6 +285,9 @@ Core and Builtins
 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.