implement functions to load/save cookies.txt files (closes #586)

The methods of the standard libraries' MozillaCookieJar have
several shortcomings (#HttpOnly_ cookies, 0 expiration timestamps, etc.)
and require construction of an ultimately pointless CookieJar object.
This commit is contained in:
Mike Fährmann
2020-01-21 21:59:36 +01:00
parent 5d73b7f29c
commit c1a6862863
4 changed files with 70 additions and 16 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.12.3"
__version__ = "1.13.0-dev"