From: Berker Peksag Date: Mon, 25 Apr 2016 11:32:19 +0000 (+0300) Subject: Issue #23662: Document default value of RFC 2109 attributes X-Git-Tag: v3.6.0a1~123^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8724a2adf2be6a89df20c3cebcbcc641d2a52d42;p=python Issue #23662: Document default value of RFC 2109 attributes --- diff --git a/Doc/library/http.cookies.rst b/Doc/library/http.cookies.rst index c2bb80d5d1..56c52f8a8b 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`