diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-06 19:28:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-06 19:28:11 (GMT) |
commit | 6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7 (patch) | |
tree | ddede4e77d2a1a7a5d5f346399738daa4361b00b /Misc/NEWS | |
parent | 810f807b1bc66c1179879911179be0df9a2462f8 (diff) | |
download | cpython-6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7.zip cpython-6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7.tar.gz cpython-6ac7d7c80b366033d36de6e0d84ee2b872b8b9a7.tar.bz2 |
#1638033: add support for httponly on Cookie.Morsel
Reviewer: Benjamin
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |