summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-10-06 07:02:12 -0400
committerChris McDonough <chrism@plope.com>2011-10-06 07:02:12 -0400
commit66fd8dbf808b870c30b176fd9d2bfb74beb778dd (patch)
treefe2c8abf5ff31ea142aa2d562513c7a98dbdb8ac /docs
parent3bf0ab747580415fa0df079cf8933dd2bad336b6 (diff)
downloadwebob-66fd8dbf808b870c30b176fd9d2bfb74beb778dd.tar.gz
* Mutating the ``request.cookies`` property now retains the mutated value
during the course of a single request (bug-for-bug compatibility with previous versions; in-the-wild codebases depend upon this behavior).
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 2582660..4e63601 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -4,8 +4,9 @@ News
master
---------
-* ``request.cookies`` property now returns an immutable dictionary;
- attempting to modify it will result in a TypeError.
+* Mutating the ``request.cookies`` property now retains the mutated value
+ during the course of a single request (bug-for-bug compatibility with
+ previous versions; in-the-wild codebases depend upon this behavior).
* ``Response.etag = (tag, False)`` sets weak etag.