summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 10:55:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 10:55:57 (GMT)
commit86509d1ba61ae0d3739abef79ba97eeeeab8fd1b (patch)
tree1af215e710a6f39bcae8dd2f330653f4335a798a /Misc
parenta8fd7e96e237b356767edb6e419bb93e0b22740a (diff)
downloadcpython-86509d1ba61ae0d3739abef79ba97eeeeab8fd1b.zip
cpython-86509d1ba61ae0d3739abef79ba97eeeeab8fd1b.tar.gz
cpython-86509d1ba61ae0d3739abef79ba97eeeeab8fd1b.tar.bz2
Patch #1117454: Remove code to special-case cookies without values
in LWPCookieJar.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a6e03e..c8ab678 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Extension Modules
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.