]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92936: allow double quote in cookie values (#113663)
authorNick Burns <nburns@users.noreply.github.com>
Fri, 8 Aug 2025 19:07:15 +0000 (12:07 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Aug 2025 19:07:15 +0000 (12:07 -0700)
commitd7dbde895884d58e3da7ed4107fd33171afad7cb
treefee4222d2929ec339c45aff509d61e56d3388c93
parent34d7351ac770ac49875fc39396b2a97828ba05ad
gh-92936: allow double quote in cookie values (#113663)

* allow double quote in cookie values
* Update Lib/test/test_http_cookies.py

Co-authored-by: Senthil Kumaran <senthil@python.org>
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS.d/next/Library/2025-08-08-21-20-14.gh-issue-92936.rOgG1S.rst [new file with mode: 0644]