diff --git a/Misc/NEWS b/Misc/NEWS index 4cc00f15a97..e5224ef33b2 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.