diff options
author | R David Murray <rdmurray@bitdance.com> | 2016-07-10 17:32:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2016-07-10 17:32:43 (GMT) |
commit | 5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74 (patch) | |
tree | ddb4da08157337c0e59cfecc23be121a3018ecc1 /Misc | |
parent | 035583b389c614b06faf811b062c7ecbf74fce20 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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? =========================== |