mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
if FileIO.__init__ fails, close fd
This commit is contained in:
parent
430d469758
commit
bbb0412ad1
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ What's New in Python 3.2 Beta 1?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- If FileIO.__init__ fails, close the file descriptor.
|
||||
|
||||
- Issue #10221: dict.pop(k) now has a key error message that includes the
|
||||
missing key (same message d[k] returns for missing keys).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue