summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-14 01:17:03 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-14 01:17:03 (GMT)
commit2cdcaf1353c4480098219d028e1280f61d57870a (patch)
tree9107e2c220eed88d7eb97c8d48306488b1da583b /Misc
parent5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74 (diff)
downloadcpython-2cdcaf1353c4480098219d028e1280f61d57870a.zip
cpython-2cdcaf1353c4480098219d028e1280f61d57870a.tar.gz
cpython-2cdcaf1353c4480098219d028e1280f61d57870a.tar.bz2
Issue #22758: Move NEWS entry to Library section
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b595a03..9daa23d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library
- Issue #22931: Allow '[' and ']' in cookie values.
+- Issue #22758: Fix a regression that no longer allowed secure and httponly
+ cookies to be parsed.
+
Tests
-----
@@ -28,9 +31,6 @@ Tests
self-signed.pythontest.net. This avoids relying on svn.python.org, which
recently changed root certificate.
-- Issue #22758: Fix a regression that no longer allowed secure and httponly
- cookies to be parsed.
-
What's New in Python 3.2.6?
===========================