HTTP cookie classes, principally useful for server-side code. The
:mod:`cookielib` and :mod:`Cookie` modules do not depend on each other.
- http://wwwsearch.sf.net/ClientCookie/
+ http://wwwsearch.sourceforge.net/mechanize/
Extensions to this module, including a class for reading Microsoft Internet
Explorer cookies on Windows.
The following :class:`CookieJar` subclasses are provided for reading and writing
. Further :class:`CookieJar` subclasses, including one that reads Microsoft
Internet Explorer cookies, are available at
-http://wwwsearch.sf.net/ClientCookie/.
-
+http://wwwsearch.sourceforge.net/mechanize/ .
.. class:: MozillaCookieJar(filename, delayload=None, policy=None)