diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 10:47:38 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 10:47:38 (GMT) |
commit | a8fd7e96e237b356767edb6e419bb93e0b22740a (patch) | |
tree | 7af43369a7f3017c930cd2a4c03adc82214e5882 /Misc | |
parent | 4338765912a100372017c6149ffc25bc425b6d26 (diff) | |
download | cpython-a8fd7e96e237b356767edb6e419bb93e0b22740a.zip cpython-a8fd7e96e237b356767edb6e419bb93e0b22740a.tar.gz cpython-a8fd7e96e237b356767edb6e419bb93e0b22740a.tar.bz2 |
Patch #1117339: Add cookielib special name tests.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ Extension Modules Library ------- +- Patch #1117339: Add cookielib special name tests. + - Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. - Patch #1121234: Properly cleanup _exit and tkerror commands. |