From: Neal Norwitz Date: Fri, 23 Dec 2005 21:27:46 +0000 (+0000) Subject: Patch #1117398: fix cookielib LoadError X-Git-Tag: v2.5a0~964 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=338e7866e6c3a9db690b0c398058f84e60c59f83;p=python Patch #1117398: fix cookielib LoadError --- diff --git a/Misc/NEWS b/Misc/NEWS index 514df3c896..4cc00f15a9 100644 --- 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.