]> granicus.if.org Git - python/commit
Issue #19735: Implement private function ssl._create_stdlib_context() to
authorChristian Heimes <christian@cheimes.de>
Sat, 23 Nov 2013 21:43:47 +0000 (22:43 +0100)
committerChristian Heimes <christian@cheimes.de>
Sat, 23 Nov 2013 21:43:47 +0000 (22:43 +0100)
commit67986f94311ffb46fe5b3efce74d749029041b73
tree70aeabba17581022cb3dfcd1c9a59a284a0c1bca
parent32eddc1bbc47479a3639b9191ffc82a52903c5f4
Issue #19735: Implement private function ssl._create_stdlib_context() to
create SSLContext objects in Python's stdlib module. It provides a single
configuration point and makes use of SSLContext.load_default_certs().
Lib/asyncio/selector_events.py
Lib/ftplib.py
Lib/http/client.py
Lib/imaplib.py
Lib/nntplib.py
Lib/poplib.py
Lib/smtplib.py
Lib/ssl.py
Lib/test/test_ssl.py
Lib/urllib/request.py
Misc/NEWS