diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-05-07 16:29:19 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-05-07 16:29:19 (GMT) |
commit | d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29 (patch) | |
tree | 48cf197a3fc6b382a279dbc567ab4fddd9f701f7 /Misc | |
parent | 8fd522fb5f45aa05252c32063dc9c624f2e788b3 (diff) | |
download | cpython-d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29.zip cpython-d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29.tar.gz cpython-d3bf34cd4b387e1f8b35cc52aa6db7d7a73c4d29.tar.bz2 |
News item for Issue5955.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |