]> granicus.if.org Git - python/commitdiff
Patch #1117398: fix cookielib LoadError
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 23 Dec 2005 21:27:46 +0000 (21:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 23 Dec 2005 21:27:46 +0000 (21:27 +0000)
Misc/NEWS

index 514df3c896505bbd028fed0c26abec8a3b0592be..4cc00f15a97be9048196959853743ea8dc19fba7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -314,6 +314,10 @@ Extension Modules
 Library
 -------
 
+- Patch #1117398: cookielib.LWPCookieJar and .MozillaCookieJar now raise
+  LoadError as documented, instead of IOError.  For compatibility,
+  LoadError subclasses IOError.
+
 - Added the hashlib module.  It provides secure hash functions for MD5 and
   SHA1, 224, 256, 384, and 512.  Note that recent developments make the
   historic MD5 and SHA1 unsuitable for cryptographic-strength applications.