Document that MozillaCookieJar works for curl's cookie files (#91852)

MozillaCookieJar works for curl's cookies
This commit is contained in:
Boris Verkhovskiy 2022-10-03 16:07:54 -06:00 committed by GitHub
parent b0f89cb431
commit 0ea8b925d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -320,8 +320,8 @@ writing.
.. class:: MozillaCookieJar(filename, delayload=None, policy=None)
A :class:`FileCookieJar` that can load from and save cookies to disk in the
Mozilla ``cookies.txt`` file format (which is also used by the Lynx and Netscape
browsers).
Mozilla ``cookies.txt`` file format (which is also used by curl and the Lynx
and Netscape browsers).
.. note::