summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-08-25 15:09:45 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-08-25 15:09:45 (GMT)
commit0cb8e5131d0797d3bdb1494de842e98798174cf2 (patch)
tree83070295cdcd0fb145d27d73170da1c3ba8f552c /Misc
parent9dd279a3accb22d17f17c413faac47ef71913486 (diff)
parentcd0f74b1e09a50acc073aa57c1345968257a9056 (diff)
downloadcpython-0cb8e5131d0797d3bdb1494de842e98798174cf2.zip
cpython-0cb8e5131d0797d3bdb1494de842e98798174cf2.tar.gz
cpython-0cb8e5131d0797d3bdb1494de842e98798174cf2.tar.bz2
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 087c18b..7e5b1d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'
+ cookie flags.
+
- Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
properly handled as unsigned.