Patch #1117339: Add cookielib special name tests.
Backported to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS
index a313d6e..df044f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@
 Library
 -------
 
+- Patch #1117339: Add cookielib special name tests.
+
 - Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
 
 - Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush.