summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-05-07 16:29:19 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-05-07 16:29:19 (GMT)
commitd3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29 (patch)
tree48cf197a3fc6b382a279dbc567ab4fddd9f701f7 /Misc
parent8fd522fb5f45aa05252c32063dc9c624f2e788b3 (diff)
downloadcpython-d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29.zip
cpython-d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29.tar.gz
cpython-d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29.tar.bz2
News item for Issue5955.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.