]> granicus.if.org Git - python/commit
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls...
authorBenjamin Peterson <benjamin@python.org>
Sat, 17 Jan 2015 01:43:55 +0000 (20:43 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 17 Jan 2015 01:43:55 +0000 (20:43 -0500)
commitbd341629b0435a524f9f355de178af22cc6d31ea
treeff3d75e4c8c1c9973fc39c5057dd1d2ff751940a
parentf716d8b7a53ee2ed3b6dc42f7f6b00ac211209d8
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250)

Patch by Jon Dufresne.
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/NEWS