]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#22758: fix regression in handling of secure cookies.
authorR David Murray <rdmurray@bitdance.com>
Sun, 10 Jul 2016 17:32:43 +0000 (13:32 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 10 Jul 2016 17:32:43 +0000 (13:32 -0400)
commit5f21f43af753b3a0aebc8c0e6e82e2ea6321bc74
treeddb4da08157337c0e59cfecc23be121a3018ecc1
parent035583b389c614b06faf811b062c7ecbf74fce20
#22758: fix regression in handling of secure cookies.

This backports the fix from #16611, per discussion with the release
manager.
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS