Skip to content

Commit ccc42e5

Browse files
nburnsAA-Turner
andauthored
Apply suggestions from code review
Co-authored-by: Adam Turner <[email protected]>
1 parent d71b806 commit ccc42e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/http.cookies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ The character set, :data:`string.ascii_letters`, :data:`string.digits` and
2828
in a cookie name (as :attr:`~Morsel.key`).
2929

3030
.. versionchanged:: 3.3
31-
Allowed ':' as a valid cookie name character.
31+
Allowed '``:``' as a valid cookie name character.
3232

3333
.. versionchanged:: next
34-
Allowed '"' as a valid cookie value character.
34+
Allowed '``"``' as a valid cookie value character.
3535

3636
.. note::
3737

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ http.client
266266
http.cookies
267267
------------
268268

269-
* Allow ``"`` double quotes in cookie values with a more linient regex for
269+
* Allow '``"``' double quotes in cookie values with a more lenient regex for
270270
double-quoted strings.
271271
(Contributed by Nick Burns and Senthil Kumaran in :gh:`92936`.)
272272

0 commit comments

Comments
 (0)