]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)
authorGiles Copp <giles-v@users.noreply.github.com>
Fri, 24 Jan 2025 22:31:52 +0000 (17:31 -0500)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2025 22:31:52 +0000 (22:31 +0000)
commit9abbb58e3f023555473d9e8b82738ef44077cfa8
tree333b276fb8ced8f3320a2b35215fd7ae26c7ac21
parent3a3a6b86f4069a5a3561c65692937eb798053ae5
gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)

* Add support for 'partitioned' attribute in http.cookies

Co-authored-by: Giles Copp <gilesc@dropbox.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
Doc/library/http.cookies.rst
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS.d/next/Core_and_Builtins/2023-12-04-15-53-25.gh-issue-112713.Zrhv77.rst [new file with mode: 0644]