cpython/Misc/NEWS.d/next/Library/2019-12-05-05-22-49.bpo-389...

4 lines
408 B
ReStructuredText
Raw Normal View History

The :mod:`http.cookiejar` module now supports the parsing of cookies in CURL-style cookiejar files through MozillaCookieJar
on all platforms. Previously, such cookie entries would be silently ignored when loading a cookiejar with such entries.
Additionally, the HTTP Only attribute is persisted in the object, and will be correctly written to file if the MozillaCookieJar object is subsequently dumped.