summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-04 02:12:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-04 02:12:05 (GMT)
commit93c41335ab236bf783a5eb3fec5320c1d62238ee (patch)
tree0acc8f05a18886a40bd28af8debd4f5b5be88369 /Misc/NEWS
parent04439fd5ee0dde080af9c4fe5c1e178c3b90169e (diff)
downloadcpython-93c41335ab236bf783a5eb3fec5320c1d62238ee.zip
cpython-93c41335ab236bf783a5eb3fec5320c1d62238ee.tar.gz
cpython-93c41335ab236bf783a5eb3fec5320c1d62238ee.tar.bz2
allow keyfile argument to be None (closes #22787)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57c752c..e49239c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
Library
-------
+- Issue #22787: Allow the keyfile argument of SSLContext.load_cert_chain to be
+ None.
+
- Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2.
Patch by Tim Graham.