Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8724a2a

Browse files
committed
Issue #23662: Document default value of RFC 2109 attributes
1 parent 685fbed commit 8724a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/http.cookies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Morsel Objects
141141
in HTTP requests, and is not accessible through JavaScript. This is intended
142142
to mitigate some forms of cross-site scripting.
143143

144-
The keys are case-insensitive.
144+
The keys are case-insensitive and their default value is ``''``.
145145

146146
.. versionchanged:: 3.5
147147
:meth:`~Morsel.__eq__` now takes :attr:`~Morsel.key` and :attr:`~Morsel.value`

0 commit comments

Comments
 (0)