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?
 ===========================