From: Georg Brandl Date: Thu, 15 Mar 2007 07:42:22 +0000 (+0000) Subject: Patch #1681153: the wave module now closes a file object it opened if X-Git-Tag: v2.5.1c1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=385cd40a67e83ebe5dc6afeea24f2716548f4e9c;p=python Patch #1681153: the wave module now closes a file object it opened if initialization failed. (backport from rev. 54394) --- diff --git a/Misc/NEWS b/Misc/NEWS index add3bbbf23..b61002619c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.