summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-17 01:43:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-17 01:43:55 (GMT)
commitbd341629b0435a524f9f355de178af22cc6d31ea (patch)
treeff3d75e4c8c1c9973fc39c5057dd1d2ff751940a /Misc
parentf716d8b7a53ee2ed3b6dc42f7f6b00ac211209d8 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4127269..e4912f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.