Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aba088e

Browse files
committed
Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee.
1 parent 3b107f9 commit aba088e

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Doc/library/http.cookiejar.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ The following classes are provided:
108108
:mod:`http.cookiejar` and :mod:`http.cookies` modules do not depend on each
109109
other.
110110

111-
http://wwwsearch.sourceforge.net/mechanize/
112-
Extensions to this module, including a class for reading Microsoft Internet
113-
Explorer cookies on Windows.
114-
115111
http://wp.netscape.com/newsref/std/cookie_spec.html
116112
The specification of the original Netscape cookie protocol. Though this is
117113
still the dominant protocol, the 'Netscape cookie protocol' implemented by all
@@ -292,11 +288,8 @@ contained :class:`Cookie` objects.
292288
FileCookieJar subclasses and co-operation with web browsers
293289
-----------------------------------------------------------
294290

295-
The following :class:`CookieJar` subclasses are provided for reading and writing
296-
. Further :class:`CookieJar` subclasses, including one that reads Microsoft
297-
Internet Explorer cookies, are available at
298-
http://wwwsearch.sourceforge.net/mechanize/.
299-
291+
The following :class:`CookieJar` subclasses are provided for reading and
292+
writing .
300293

301294
.. class:: MozillaCookieJar(filename, delayload=None, policy=None)
302295

0 commit comments

Comments
 (0)