diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-04-29 19:49:57 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-04-29 19:49:57 (GMT) |
commit | 5a33f0b5ed28aa488cbb55084c49475fc852a1c5 (patch) | |
tree | c5831cc55772500bc023400f7a15c620e2ba7f42 | |
parent | 9c06129ab56c5d563983cebcd4449e8a64b11c13 (diff) | |
download | cpython-5a33f0b5ed28aa488cbb55084c49475fc852a1c5.zip cpython-5a33f0b5ed28aa488cbb55084c49475fc852a1c5.tar.gz cpython-5a33f0b5ed28aa488cbb55084c49475fc852a1c5.tar.bz2 |
Merged revisions 80627 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines
Fixing the Broken links of mechanize library.
........
-rw-r--r-- | Doc/library/cookielib.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/library/cookielib.rst b/Doc/library/cookielib.rst index 12a12a0..d504747 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) |