[Python-checkins] peps: PEP 476: Updates based on feedback from python-dev

alex.gaynor python-checkins at python.org
Sat Aug 30 19:55:11 CEST 2014


http://hg.python.org/peps/rev/92150c23e648
changeset:   5531:92150c23e648
user:        Alex Gaynor <alex.gaynor at gmail.com>
date:        Sat Aug 30 10:55:06 2014 -0700
summary:
  PEP 476: Updates based on feedback from python-dev

files:
  pep-0476.txt |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/pep-0476.txt b/pep-0476.txt
--- a/pep-0476.txt
+++ b/pep-0476.txt
@@ -87,6 +87,10 @@
 * Using the platform stores makes it easier to handle situations such as
   corporate internal CAs.
 
+OpenSSL also has a pair of environment variables, ``SSL_CERT_DIR`` and
+``SSL_CERT_FILE`` which can be used to point Python at a different certificate
+database.
+
 Backwards compatibility
 -----------------------
 
@@ -107,6 +111,10 @@
 Twisted's 14.0 release made this same change, and it has been met with almost
 no opposition.
 
+In order to make this transition as smooth as possible, the next 3.4.x release
+following this PEP will be modified to emit a warning in cases that would raise
+an Exception in Python 3.5.
+
 Other protocols
 ===============
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list