summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.cookies.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-25 11:32:19 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-04-25 11:32:19 (GMT)
commit8724a2adf2be6a89df20c3cebcbcc641d2a52d42 (patch)
treef1a7f8b3a11bdf97eb5589d908da8a5fdf6b7d2e /Doc/library/http.cookies.rst
parent685fbed7f9bbff7426aaef68581fddc64c4a71e3 (diff)
downloadcpython-8724a2adf2be6a89df20c3cebcbcc641d2a52d42.zip
cpython-8724a2adf2be6a89df20c3cebcbcc641d2a52d42.tar.gz
cpython-8724a2adf2be6a89df20c3cebcbcc641d2a52d42.tar.bz2
Issue #23662: Document default value of RFC 2109 attributes
Diffstat (limited to 'Doc/library/http.cookies.rst')
-rw-r--r--Doc/library/http.cookies.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.cookies.rst b/Doc/library/http.cookies.rst
index c2bb80d..56c52f8 100644
--- a/Doc/library/http.cookies.rst
+++ b/Doc/library/http.cookies.rst
@@ -141,7 +141,7 @@ Morsel Objects
in HTTP requests, and is not accessible through JavaScript. This is intended
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
:meth:`~Morsel.__eq__` now takes :attr:`~Morsel.key` and :attr:`~Morsel.value`