From: Martin Panter Date: Thu, 14 Jul 2016 01:17:03 +0000 (+0000) Subject: Issue #22758: Move NEWS entry to Library section X-Git-Tag: 3.2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cdcaf1353c4480098219d028e1280f61d57870a;p=thirdparty%2FPython%2Fcpython.git Issue #22758: Move NEWS entry to Library section --- diff --git a/Misc/NEWS b/Misc/NEWS index b595a034f82d..9daa23d9e8bf 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? ===========================