summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-07-11 05:01:52 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-07-11 05:01:52 (GMT)
commitaba088e01d7cf246dad41e90c379afdc63d3b960 (patch)
treeed4201dfd35742050d9b2591e195dcd245bb837f /Doc
parent3b107f99c7e9289fe0935ef7d9f9b30518045f66 (diff)
downloadcpython-aba088e01d7cf246dad41e90c379afdc63d3b960.zip
cpython-aba088e01d7cf246dad41e90c379afdc63d3b960.tar.gz
cpython-aba088e01d7cf246dad41e90c379afdc63d3b960.tar.bz2
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.cookiejar.rst11
1 files changed, 2 insertions, 9 deletions
diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst
index a60654d..1aafec9 100644
--- a/Doc/library/http.cookiejar.rst
+++ b/Doc/library/http.cookiejar.rst
@@ -108,10 +108,6 @@ The following classes are provided:
:mod:`http.cookiejar` and :mod:`http.cookies` 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
@@ -292,11 +288,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)