[Python-checkins] r54395 - python/branches/release25-maint/Misc/NEWS
georg.brandl
python-checkins at python.org
Thu Mar 15 08:42:25 CET 2007
Author: georg.brandl
Date: Thu Mar 15 08:42:22 2007
New Revision: 54395
Modified:
python/branches/release25-maint/Misc/NEWS
Log:
Patch #1681153: the wave module now closes a file object it opened if
initialization failed.
(backport from rev. 54394)
Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS (original)
+++ python/branches/release25-maint/Misc/NEWS Thu Mar 15 08:42:22 2007
@@ -208,6 +208,9 @@
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.
More information about the Python-checkins
mailing list