diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-04 02:12:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-04 02:12:05 (GMT) |
commit | 93c41335ab236bf783a5eb3fec5320c1d62238ee (patch) | |
tree | 0acc8f05a18886a40bd28af8debd4f5b5be88369 /Misc/NEWS | |
parent | 04439fd5ee0dde080af9c4fe5c1e178c3b90169e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |