diff options
author | Christian Heimes <christian@cheimes.de> | 2008-10-30 21:22:55 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-10-30 21:22:55 (GMT) |
commit | fec925b315efbf8a6a15251b65910266f5e20c8a (patch) | |
tree | 77ea208eb77c4714dbadb1efc4347c4267fb7ee2 /Misc | |
parent | f43ee81ef211d9c79f8bbaa3ab369d387c2dfeb6 (diff) | |
download | cpython-fec925b315efbf8a6a15251b65910266f5e20c8a.zip cpython-fec925b315efbf8a6a15251b65910266f5e20c8a.tar.gz cpython-fec925b315efbf8a6a15251b65910266f5e20c8a.tar.bz2 |
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ What's New in Python 3.0 beta 5 Core and Builtins ----------------- +- Issue #4237: io.FileIO() was raising invalid warnings caused by + insufficient initialization of PyFileIOObject struct members. + - Issue #4170: Pickling a collections.defaultdict object would crash the interpreter. |