[Python-checkins] python/dist/src/Misc NEWS,1.977,1.978
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Mon May 31 14:22:43 EDT 2004
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().
More information about the Python-checkins
mailing list