We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324bf86 commit 5a85f2eCopy full SHA for 5a85f2e
1 file changed
Misc/NEWS.d/next/Library/2024-01-08-03-19-03.gh-issue-113775.9Qw9c_.rst
@@ -0,0 +1,7 @@
1
+Fix handling of the ``#HttpOnly_`` prefix in
2
+:class:`~http.cookiejar.MozillaCookieJar` in the :mod:`http.cookiejar`
3
+module. For this, a ``case_insensitive`` option has been added to
4
+:meth:`~http.cookiejar.Cookie.has_nonstandard_attr` on the basis of RFC6265.
5
+Additionally, the :data:`~http.cookiejar.HTTPONLY_ATTR` constant has been
6
+changed from ``"HTTPOnly"`` to ``"HttpOnly"`` to improve consistency and
7
+standards compliance.
0 commit comments