mirror of
https://github.com/python/cpython.git
synced 2026-03-02 02:51:10 +00:00
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members.
This commit is contained in:
parent
f43ee81ef2
commit
fec925b315
1 changed files with 3 additions and 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue