Commit 385cd40a authored by Georg Brandl's avatar Georg Brandl

Patch #1681153: the wave module now closes a file object it opened if

initialization failed.
 (backport from rev. 54394)
parent abcb4bb2
......@@ -208,6 +208,9 @@ Extension Modules
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
AttributeError instead of an IOError when the server's response didn't
contain a valid HTTP status line.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment