summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-06 19:28:11 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-06 19:28:11 (GMT)
commit6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7 (patch)
treeddede4e77d2a1a7a5d5f346399738daa4361b00b /Misc
parent810f807b1bc66c1179879911179be0df9a2462f8 (diff)
downloadcpython-6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7.zip
cpython-6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7.tar.gz
cpython-6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7.tar.bz2
#1638033: add support for httponly on Cookie.Morsel
Reviewer: Benjamin
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index d231ece..ac8f6ed 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -122,6 +122,7 @@ Nicolas Chauvat
Michael Chermside
Albert Chin-A-Young
Adal Chiriliuc
+Matt Chisholm
Tom Christiansen
Vadim Chugunov
David Cinege
diff --git a/Misc/NEWS b/Misc/NEWS
index d06bfeb..85adaeb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@ C-API
Library
-------
+- Issue #1638033: Cookie.Morsel gained the httponly attribute.
+
- Issue #3535: zipfile couldn't read some zip files larger than 2GB.
- Issue #3776: Deprecate the bsddb package for removal in 3.0.