News item for Issue5955.

This commit is contained in:
R. David Murray 2009-05-07 16:29:19 +00:00
parent 8fd522fb5f
commit d3bf34cd4b
1 changed files with 3 additions and 0 deletions

View File

@ -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.