From: R. David Murray Date: Thu, 7 May 2009 16:29:19 +0000 (+0000) Subject: News item for Issue5955. X-Git-Tag: v2.7a1~1254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29;p=python News item for Issue5955. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2b05c00f5c..6e4a71423c 100644 --- 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.