commit | ab86f8eef53b26051ac7b2d1716942018342fb8e | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Dec 23 21:44:36 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Dec 23 21:44:36 2005 +0000 |
tree | 9482f5a9757ea3c8f2bf4e442ddd9d1dd7776e75 | |
parent | 71dad72ebe97e41394ff2969d9a2e45dcf197403 [diff] [blame] |
Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
diff --git a/Misc/NEWS b/Misc/NEWS index 4cc00f1..e5224ef 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -314,6 +314,8 @@ 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.