[Python-checkins] cpython (3.2): Issue #22758: Move NEWS entry to Library section

martin.panter python-checkins at python.org
Wed Jul 13 23:37:15 EDT 2016


https://hg.python.org/cpython/rev/a0bf31e50da5
changeset:   102338:a0bf31e50da5
branch:      3.2
parent:      102301:d22fadc18d01
user:        Martin Panter <vadmium+py at gmail.com>
date:        Thu Jul 14 01:17:03 2016 +0000
summary:
  Issue #22758: Move NEWS entry to Library section

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@
 
 - 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 @@
   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?
 ===========================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list