summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-07-11 05:11:10 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-07-11 05:11:10 (GMT)
commite940c5d7df3be2ea63086f160b0c259b673749bf (patch)
tree5f3f2c38b526b989e0540269eac349888f145dde
parent87ed31a4142f3c0adaf8acdcef8bf059e75293d0 (diff)
downloadcpython-e940c5d7df3be2ea63086f160b0c259b673749bf.zip
cpython-e940c5d7df3be2ea63086f160b0c259b673749bf.tar.gz
cpython-e940c5d7df3be2ea63086f160b0c259b673749bf.tar.bz2
Merged revisions 82785 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. ........
-rw-r--r--Doc/library/cookielib.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/Doc/library/cookielib.rst b/Doc/library/cookielib.rst
index d504747..47211c9 100644
--- a/Doc/library/cookielib.rst
+++ b/Doc/library/cookielib.rst
@@ -121,10 +121,6 @@ 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.sourceforge.net/mechanize/
- Extensions to this module, including a class for reading Microsoft Internet
- Explorer cookies on Windows.
-
http://wp.netscape.com/newsref/std/cookie_spec.html
The specification of the original Netscape cookie protocol. Though this is
still the dominant protocol, the 'Netscape cookie protocol' implemented by all
@@ -310,10 +306,8 @@ contained :class:`Cookie` objects.
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.sourceforge.net/mechanize/ .
+The following :class:`CookieJar` subclasses are provided for reading and
+writing .
.. class:: MozillaCookieJar(filename, delayload=None, policy=None)