diff options
author | Georg Brandl <georg@python.org> | 2007-03-15 07:42:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-15 07:42:22 (GMT) |
commit | 385cd40a67e83ebe5dc6afeea24f2716548f4e9c (patch) | |
tree | 9b911cc919911450f6f4835ef6fbcf7f43c62bcb /Misc | |
parent | abcb4bb2760ce2a30803af284ba649a7a31114cf (diff) | |
download | cpython-385cd40a67e83ebe5dc6afeea24f2716548f4e9c.zip cpython-385cd40a67e83ebe5dc6afeea24f2716548f4e9c.tar.gz cpython-385cd40a67e83ebe5dc6afeea24f2716548f4e9c.tar.bz2 |
Patch #1681153: the wave module now closes a file object it opened if
initialization failed.
(backport from rev. 54394)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |