summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2016-07-10 17:32:43 (GMT)
committerR David Murray <rdmurray@bitdance.com>2016-07-10 17:32:43 (GMT)
commit5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74 (patch)
treeddb4da08157337c0e59cfecc23be121a3018ecc1 /Misc
parent035583b389c614b06faf811b062c7ecbf74fce20 (diff)
downloadcpython-5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74.zip
cpython-5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74.tar.gz
cpython-5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74.tar.bz2
#22758: fix regression in handling of secure cookies.
This backports the fix from #16611, per discussion with the release manager.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index df54574..b595a03 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,9 @@ 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?
===========================