]> granicus.if.org Git - python/commitdiff
Patch #1681153: the wave module now closes a file object it opened if
authorGeorg Brandl <georg@python.org>
Thu, 15 Mar 2007 07:42:22 +0000 (07:42 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 15 Mar 2007 07:42:22 +0000 (07:42 +0000)
initialization failed.
 (backport from rev. 54394)

Misc/NEWS

index add3bbbf23cd6e3f47bd8d70a517e8239dda9cb8..b61002619cb5c6211ad02dca44b3e016fd6d5bc3 100644 (file)
--- 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.