commit | 93c41335ab236bf783a5eb3fec5320c1d62238ee | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Nov 03 21:12:05 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Nov 03 21:12:05 2014 -0500 |
tree | 0acc8f05a18886a40bd28af8debd4f5b5be88369 | |
parent | 04439fd5ee0dde080af9c4fe5c1e178c3b90169e [diff] [blame] |
allow keyfile argument to be None (closes #22787)
diff --git a/Misc/NEWS b/Misc/NEWS index 57c752c..e49239c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,9 @@ 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.