diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-14 01:17:03 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-14 01:17:03 (GMT) |
commit | 2cdcaf1353c4480098219d028e1280f61d57870a (patch) | |
tree | 9107e2c220eed88d7eb97c8d48306488b1da583b /Misc | |
parent | 5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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? =========================== |