summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-25 11:32:41 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-04-25 11:32:41 (GMT)
commit42d9b02c04e848ea5e337b60afbfd72fee08649b (patch)
treea03a959f02d368d4992117ac84773ba5aeedf6f4
parent159e5359d95a007865fd5367c398aaa1fb00828c (diff)
parent8724a2adf2be6a89df20c3cebcbcc641d2a52d42 (diff)
downloadcpython-42d9b02c04e848ea5e337b60afbfd72fee08649b.zip
cpython-42d9b02c04e848ea5e337b60afbfd72fee08649b.tar.gz
cpython-42d9b02c04e848ea5e337b60afbfd72fee08649b.tar.bz2
Issue #23662: Document default value of RFC 2109 attributes
-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`