summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-15 07:42:22 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-15 07:42:22 (GMT)
commit385cd40a67e83ebe5dc6afeea24f2716548f4e9c (patch)
tree9b911cc919911450f6f4835ef6fbcf7f43c62bcb /Misc
parentabcb4bb2760ce2a30803af284ba649a7a31114cf (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index add3bbb..b610026 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.