From d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Thu, 7 May 2009 16:29:19 +0000 Subject: News item for Issue5955. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 2b05c00..6e4a714 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. -- cgit v0.12