summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-17 01:46:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-17 01:46:37 (GMT)
commit5b883296f606d6c401ca27148cd826b0f9529f70 (patch)
treea22c55d6a836122860722bc0413aca023f2018ef /Misc
parent5f9fd1dd79e5342d918275e1541cf9b748d8ba6b (diff)
parentbd341629b0435a524f9f355de178af22cc6d31ea (diff)
downloadcpython-5b883296f606d6c401ca27148cd826b0f9529f70.zip
cpython-5b883296f606d6c401ca27148cd826b0f9529f70.tar.gz
cpython-5b883296f606d6c401ca27148cd826b0f9529f70.tar.bz2
merge 3.4 (#22986)
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 5dbee3e..be172f1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,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.