Skip to content

Commit 145e60e

Browse files
📜🤖 Added by blurb_it.
1 parent 8f122c4 commit 145e60e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)