[Python-checkins] commit of r41799 - python/trunk/Misc/NEWS

neal.norwitz python-checkins at python.org
Fri Dec 23 22:27:47 CET 2005


Author: neal.norwitz
Date: Fri Dec 23 22:27:46 2005
New Revision: 41799

Modified:
   python/trunk/Misc/NEWS
Log:
Patch #1117398: fix cookielib LoadError

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Dec 23 22:27:46 2005
@@ -314,6 +314,10 @@
 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.


More information about the Python-checkins mailing list