diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-17 01:43:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-17 01:43:55 (GMT) |
commit | bd341629b0435a524f9f355de178af22cc6d31ea (patch) | |
tree | ff3d75e4c8c1c9973fc39c5057dd1d2ff751940a /Misc | |
parent | f716d8b7a53ee2ed3b6dc42f7f6b00ac211209d8 (diff) | |
download | cpython-bd341629b0435a524f9f355de178af22cc6d31ea.zip cpython-bd341629b0435a524f9f355de178af22cc6d31ea.tar.gz cpython-bd341629b0435a524f9f355de178af22cc6d31ea.tar.bz2 |
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250)
Patch by Jon Dufresne.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Core and Builtins Library ------- +- Issue #23250: In the http.cookies module, capitalize "HttpOnly" and "Secure" + as they are written in the standard. + - Issue #23063: In the disutils' check command, fix parsing of reST with code or code-block directives. |