summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-23 21:44:36 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-23 21:44:36 (GMT)
commitab86f8eef53b26051ac7b2d1716942018342fb8e (patch)
tree9482f5a9757ea3c8f2bf4e442ddd9d1dd7776e75 /Misc/NEWS
parent71dad72ebe97e41394ff2969d9a2e45dcf197403 (diff)
downloadcpython-ab86f8eef53b26051ac7b2d1716942018342fb8e.zip
cpython-ab86f8eef53b26051ac7b2d1716942018342fb8e.tar.gz
cpython-ab86f8eef53b26051ac7b2d1716942018342fb8e.tar.bz2
Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.