summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJacob Neil Taylor <me@jacobtaylor.id.au>2020-10-23 22:48:55 (GMT)
committerGitHub <noreply@github.com>2020-10-23 22:48:55 (GMT)
commit16ee68da6e12bb2d79751b32cc37523fe4f4bb48 (patch)
treedd97261b83ce7b3d0b33ae6835efe1f0124a5a22 /Misc
parenta3c4ceffe61df89cc9ce5c437cae0276521dc83b (diff)
downloadcpython-16ee68da6e12bb2d79751b32cc37523fe4f4bb48.zip
cpython-16ee68da6e12bb2d79751b32cc37523fe4f4bb48.tar.gz
cpython-16ee68da6e12bb2d79751b32cc37523fe4f4bb48.tar.bz2
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Add support for HTTP Only flag in MozillaCookieJar Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-12-05-05-22-49.bpo-38976.5MG7Uu.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-05-05-22-49.bpo-38976.5MG7Uu.rst b/Misc/NEWS.d/next/Library/2019-12-05-05-22-49.bpo-38976.5MG7Uu.rst
new file mode 100644
index 0000000..7a48943
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-12-05-05-22-49.bpo-38976.5MG7Uu.rst
@@ -0,0 +1,4 @@
+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. \ No newline at end of file