summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-23 21:27:46 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-23 21:27:46 (GMT)
commit338e7866e6c3a9db690b0c398058f84e60c59f83 (patch)
tree2ff161c9b48dd63bd278de66f14b2344ef3062bb
parent3e7de59bd2ac22f677f3a053ade22f44785f15f4 (diff)
downloadcpython-338e7866e6c3a9db690b0c398058f84e60c59f83.zip
cpython-338e7866e6c3a9db690b0c398058f84e60c59f83.tar.gz
cpython-338e7866e6c3a9db690b0c398058f84e60c59f83.tar.bz2
Patch #1117398: fix cookielib LoadError
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 514df3c..4cc00f1 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.