summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-04-29 20:07:33 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-04-29 20:07:33 (GMT)
commitcbfee1d0cecf42430e10c087ce2e7ba6490b722b (patch)
tree4dee104e9a3957c303c6096845195722fb0dcbf0
parent2154fd16d251023078be674d6fa0c4787418c7f3 (diff)
downloadcpython-cbfee1d0cecf42430e10c087ce2e7ba6490b722b.zip
cpython-cbfee1d0cecf42430e10c087ce2e7ba6490b722b.tar.gz
cpython-cbfee1d0cecf42430e10c087ce2e7ba6490b722b.tar.bz2
Merged revisions 80629 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80629 | senthil.kumaran | 2010-04-30 01:32:50 +0530 (Fri, 30 Apr 2010) | 9 lines 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/http.cookiejar.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst
index 7141d5b..a60654d 100644
--- a/Doc/library/http.cookiejar.rst
+++ b/Doc/library/http.cookiejar.rst
@@ -108,7 +108,7 @@ The following classes are provided:
:mod:`http.cookiejar` and :mod:`http.cookies` 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.
@@ -295,7 +295,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)