From: Senthil Kumaran Date: Thu, 29 Apr 2010 19:46:08 +0000 (+0000) Subject: Fixing the Broken links of mechanize library. X-Git-Tag: v2.7b2~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f62b50f3068d008cc520507b71852dbe76be4a4d;p=python Fixing the Broken links of mechanize library. --- diff --git a/Doc/library/cookielib.rst b/Doc/library/cookielib.rst index 12a12a03ac..d504747b47 100644 --- a/Doc/library/cookielib.rst +++ b/Doc/library/cookielib.rst @@ -121,7 +121,7 @@ The following classes are provided: 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. @@ -313,8 +313,7 @@ FileCookieJar subclasses and co-operation with web browsers 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)