File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ writing.
320
320
.. class :: MozillaCookieJar(filename, delayload=None, policy=None)
321
321
322
322
A :class: `FileCookieJar ` that can load from and save cookies to disk in the
323
- Mozilla ``cookies.txt `` file format (which is also used by the Lynx and Netscape
324
- browsers).
323
+ Mozilla ``cookies.txt `` file format (which is also used by curl and the Lynx
324
+ and Netscape browsers).
325
325
326
326
.. note ::
327
327
Original file line number Diff line number Diff line change @@ -1985,7 +1985,7 @@ class MozillaCookieJar(FileCookieJar):
1985
1985
1986
1986
This class differs from CookieJar only in the format it uses to save and
1987
1987
load cookies to and from a file. This class uses the Mozilla/Netscape
1988
- `cookies.txt' format. lynx uses this file format, too.
1988
+ `cookies.txt' format. curl and lynx use this file format, too.
1989
1989
1990
1990
Don't expect cookies saved while the browser is running to be noticed by
1991
1991
the browser (in fact, Mozilla on unix will overwrite your saved cookies if
You can’t perform that action at this time.
0 commit comments