[Python-checkins] r80627 - python/trunk/Doc/library/cookielib.rst

senthil.kumaran python-checkins at python.org
Thu Apr 29 21:46:08 CEST 2010


Author: senthil.kumaran
Date: Thu Apr 29 21:46:08 2010
New Revision: 80627

Log:
Fixing the Broken links of mechanize library.



Modified:
   python/trunk/Doc/library/cookielib.rst

Modified: python/trunk/Doc/library/cookielib.rst
==============================================================================
--- python/trunk/Doc/library/cookielib.rst	(original)
+++ python/trunk/Doc/library/cookielib.rst	Thu Apr 29 21:46:08 2010
@@ -121,7 +121,7 @@
       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 @@
 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)
 


More information about the Python-checkins mailing list