mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
Patch #1681153: the wave module now closes a file object it opened if
initialization failed. (backport from rev. 54394)
This commit is contained in:
parent
abcb4bb276
commit
385cd40a67
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,9 @@ Extension Modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Patch #1681153: the wave module now closes a file object it opened if
|
||||||
|
initialization failed.
|
||||||
|
|
||||||
- Bug #767111: fix long-standing bug in urllib which caused an
|
- Bug #767111: fix long-standing bug in urllib which caused an
|
||||||
AttributeError instead of an IOError when the server's response didn't
|
AttributeError instead of an IOError when the server's response didn't
|
||||||
contain a valid HTTP status line.
|
contain a valid HTTP status line.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue