File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
292288FileCookieJar 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
You can’t perform that action at this time.
0 commit comments