Issue #22758: Move NEWS entry to Library section
authorMartin Panter <vadmium+py@gmail.com>
Thu, 14 Jul 2016 01:17:03 +0000 (01:17 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 14 Jul 2016 01:17:03 +0000 (01:17 +0000)
Misc/NEWS

index b595a034f82dcefb86ab5a7712a5d87ad9dc11cd..9daa23d9e8bfd954ff0fdb1af8dd2f06f80ece4b 100644 (file)
--- 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?
 ===========================