[Python-checkins] cpython (3.5): Issue #23662: Document default value of RFC 2109 attributes

berker.peksag python-checkins at python.org
Mon Apr 25 07:32:21 EDT 2016


https://hg.python.org/cpython/rev/1fdaa71d47f5
changeset:   101136:1fdaa71d47f5
branch:      3.5
parent:      101132:ae5cc8ab664a
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Apr 25 14:32:19 2016 +0300
summary:
  Issue #23662: Document default value of RFC 2109 attributes

files:
  Doc/library/http.cookies.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/http.cookies.rst b/Doc/library/http.cookies.rst
--- a/Doc/library/http.cookies.rst
+++ b/Doc/library/http.cookies.rst
@@ -141,7 +141,7 @@
    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`

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list