Kaydet (Commit) aba088e0 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.

üst 3b107f99
...@@ -108,10 +108,6 @@ The following classes are provided: ...@@ -108,10 +108,6 @@ The following classes are provided:
:mod:`http.cookiejar` and :mod:`http.cookies` modules do not depend on each :mod:`http.cookiejar` and :mod:`http.cookies` modules do not depend on each
other. 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 http://wp.netscape.com/newsref/std/cookie_spec.html
The specification of the original Netscape cookie protocol. Though this is The specification of the original Netscape cookie protocol. Though this is
still the dominant protocol, the 'Netscape cookie protocol' implemented by all still the dominant protocol, the 'Netscape cookie protocol' implemented by all
...@@ -292,11 +288,8 @@ contained :class:`Cookie` objects. ...@@ -292,11 +288,8 @@ contained :class:`Cookie` objects.
FileCookieJar subclasses and co-operation with web browsers FileCookieJar subclasses and co-operation with web browsers
----------------------------------------------------------- -----------------------------------------------------------
The following :class:`CookieJar` subclasses are provided for reading and writing The following :class:`CookieJar` subclasses are provided for reading and
. Further :class:`CookieJar` subclasses, including one that reads Microsoft writing .
Internet Explorer cookies, are available at
http://wwwsearch.sourceforge.net/mechanize/.
.. class:: MozillaCookieJar(filename, delayload=None, policy=None) .. class:: MozillaCookieJar(filename, delayload=None, policy=None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment