mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Document that MozillaCookieJar works for curl's cookie files (#91852)
MozillaCookieJar works for curl's cookies
This commit is contained in:
parent
b0f89cb431
commit
0ea8b925d0
2 changed files with 3 additions and 3 deletions
|
@ -1985,7 +1985,7 @@ class MozillaCookieJar(FileCookieJar):
|
|||
|
||||
This class differs from CookieJar only in the format it uses to save and
|
||||
load cookies to and from a file. This class uses the Mozilla/Netscape
|
||||
`cookies.txt' format. lynx uses this file format, too.
|
||||
`cookies.txt' format. curl and lynx use this file format, too.
|
||||
|
||||
Don't expect cookies saved while the browser is running to be noticed by
|
||||
the browser (in fact, Mozilla on unix will overwrite your saved cookies if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue