From ab86f8eef53b26051ac7b2d1716942018342fb8e Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 23 Dec 2005 21:44:36 +0000 Subject: Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 4cc00f1..e5224ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -314,6 +314,8 @@ Extension Modules Library ------- +- Patch #1157027: cookielib mishandles RFC 2109 cookies in Netscape mode + - Patch #1117398: cookielib.LWPCookieJar and .MozillaCookieJar now raise LoadError as documented, instead of IOError. For compatibility, LoadError subclasses IOError. -- cgit v0.12