]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92936: update `http.cookies` docs post GH-113663 (#137566)
authorNick Burns <nburns@users.noreply.github.com>
Fri, 15 Aug 2025 20:47:46 +0000 (13:47 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Aug 2025 20:47:46 +0000 (13:47 -0700)
commitd86c2257a69a8d6c650c0db470499463131a569f
tree01ed8a6c522523645558f53cf4cda33727c3d129
parent03f5519d776e28ffd0b8344ef328ecddf863fe0a
gh-92936: update `http.cookies` docs post GH-113663 (#137566)

* add versionchanged and example with quotes in cookie value

* update whatsnew with http.cookies change

* Update Doc/library/http.cookies.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* Update Doc/whatsnew/3.15.rst

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* spelling, quote

* demonstrate json

* Update Doc/library/http.cookies.rst

Co-authored-by: Senthil Kumaran <senthil@python.org>
* Apply suggestions from code review

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* shorter description

---------

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Senthil Kumaran <senthil@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/library/http.cookies.rst
Doc/whatsnew/3.15.rst