]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #963318: Add support for client-side cookie management.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 31 May 2004 18:22:40 +0000 (18:22 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 31 May 2004 18:22:40 +0000 (18:22 +0000)
commit2a6ba9097ee3942ae328befaf074ce9722b93ca0
tree475a4e8bfd2d8aedd0c38f5e813ba8ad4d23e991
parent0a6d0ff8d9ad27d66eb8195b9366e5b49dbb69b6
Patch #963318: Add support for client-side cookie management.
12 files changed:
Doc/lib/lib.tex
Doc/lib/libcookie.tex
Doc/lib/libcookielib.tex [new file with mode: 0644]
Doc/lib/liburllib2.tex
Doc/whatsnew/whatsnew24.tex
Lib/_LWPCookieJar.py [new file with mode: 0644]
Lib/_MozillaCookieJar.py [new file with mode: 0644]
Lib/cookielib.py [new file with mode: 0644]
Lib/test/test_cookielib.py [new file with mode: 0644]
Lib/test/test_urllib2.py
Lib/urllib2.py
Misc/NEWS