mirror of https://github.com/python/cpython
News item for Issue5955.
This commit is contained in:
parent
8fd522fb5f
commit
d3bf34cd4b
|
@ -285,6 +285,9 @@ Core and Builtins
|
||||||
Library
|
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
|
- Issue #4875: On win32, ctypes.util.find_library does no longer
|
||||||
return directories.
|
return directories.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue