commit | cf0a706c15e7e82cceebbaf15a204f36ccece4d9 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Wed Jul 02 10:48:27 2014 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Wed Jul 02 10:48:27 2014 +0300 |
tree | a3b0c6626599a95b89cce45354da7405525f555d | |
parent | 228b99e8a40554f75ba631e8daf42f7fb625bd0c [diff] [blame] |
Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. Backport of issue #16611.
diff --git a/Misc/NEWS b/Misc/NEWS index 40862a0..ddd2e0b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Library ------- +- Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. + Backport of issue #16611. + What's New in Python 2.7.8? ===========================