Patch #1117454: Remove code to special-case cookies without values
in LWPCookieJar. Backported to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index df044f4..cdb9f80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@
 Library
 -------
 
+- Patch #1117454: Remove code to special-case cookies without values
+  in LWPCookieJar.
+
 - Patch #1117339: Add cookielib special name tests.
 
 - Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.