diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 10:57:37 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 10:57:37 (GMT) |
commit | c5574e809b18d517f81e93542db76642662823cd (patch) | |
tree | 646ebdff3431d8d25202c959c4ac47b0cb4f4e08 /Misc | |
parent | 4ea3eade518c6a48b0708736442deefe669fe287 (diff) | |
download | cpython-c5574e809b18d517f81e93542db76642662823cd.zip cpython-c5574e809b18d517f81e93542db76642662823cd.tar.gz cpython-c5574e809b18d517f81e93542db76642662823cd.tar.bz2 |
Patch #1117454: Remove code to special-case cookies without values
in LWPCookieJar. Backported to 2.4.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,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. |