diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-08-25 15:09:45 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-08-25 15:09:45 (GMT) |
commit | 0cb8e5131d0797d3bdb1494de842e98798174cf2 (patch) | |
tree | 83070295cdcd0fb145d27d73170da1c3ba8f552c /Misc | |
parent | 9dd279a3accb22d17f17c413faac47ef71913486 (diff) | |
parent | cd0f74b1e09a50acc073aa57c1345968257a9056 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |