mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Issue #23662: Document default value of RFC 2109 attributes
This commit is contained in:
commit
42d9b02c04
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Morsel Objects
|
||||||
in HTTP requests, and is not accessible through JavaScript. This is intended
|
in HTTP requests, and is not accessible through JavaScript. This is intended
|
||||||
to mitigate some forms of cross-site scripting.
|
to mitigate some forms of cross-site scripting.
|
||||||
|
|
||||||
The keys are case-insensitive.
|
The keys are case-insensitive and their default value is ``''``.
|
||||||
|
|
||||||
.. versionchanged:: 3.5
|
.. versionchanged:: 3.5
|
||||||
:meth:`~Morsel.__eq__` now takes :attr:`~Morsel.key` and :attr:`~Morsel.value`
|
:meth:`~Morsel.__eq__` now takes :attr:`~Morsel.key` and :attr:`~Morsel.value`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue