[Python-checkins] python/dist/src/Misc NEWS,1.977,1.978 (original) (raw)
loewis at users.sourceforge.net loewis at users.sourceforge.net
Mon May 31 14:22:43 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib/test test_cookielib.py, NONE, 1.1 test_urllib2.py, 1.12, 1.13
- Next message: [Python-checkins] python/dist/src/Doc/lib libdoctest.tex,1.19,1.20
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27715/Misc
Modified Files: NEWS Log Message: Patch #963318: Add support for client-side cookie management.
Index: NEWS
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.977 retrieving revision 1.978 diff -C2 -d -r1.977 -r1.978 *** NEWS 31 May 2004 03:09:23 -0000 1.977 --- NEWS 31 May 2004 18:22:40 -0000 1.978 *************** *** 312,315 **** --- 312,319 ----
- Added a new module: cookielib. Automatic cookie handling for HTTP
- clients. Also, support for cookielib has been added to urllib2, so
- urllib2.urlopen() can transparently handle cookies.
- stringprep.py now uses built-in set() instead of sets.Set().
- Previous message: [Python-checkins] python/dist/src/Lib/test test_cookielib.py, NONE, 1.1 test_urllib2.py, 1.12, 1.13
- Next message: [Python-checkins] python/dist/src/Doc/lib libdoctest.tex,1.19,1.20
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]