]> granicus.if.org Git - python/commit
Issue #23857: Implement PEP 493
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 20 Mar 2016 12:39:15 +0000 (22:39 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 20 Mar 2016 12:39:15 +0000 (22:39 +1000)
commitdbcd4576244b9c9acc6201034b1dfcc858c541ed
treeb7c797fa121078fe2fd39fc04dcde8bb4ec82ab7
parent3a4bdb6322fb9cf52baebf5c5ab72c0f8b52a18a
Issue #23857: Implement PEP 493

Adds a Python-2-only ssl module API and environment variable to
configure the default handling of SSL/TLS certificates for
HTTPS connections.
Doc/library/ssl.rst
Doc/using/cmdline.rst
Doc/whatsnew/2.7.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS