[Python-checkins] peps: tlsv1 -> tlsv1.2

benjamin.peterson python-checkins at python.org
Fri Mar 28 16:41:31 CET 2014


http://hg.python.org/peps/rev/d641c2c751eb
changeset:   5444:d641c2c751eb
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Mar 28 11:41:27 2014 -0400
summary:
  tlsv1 -> tlsv1.2

files:
  pep-0466.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0466.txt b/pep-0466.txt
--- a/pep-0466.txt
+++ b/pep-0466.txt
@@ -67,7 +67,7 @@
 * in the ``ssl`` module:
 
   * this module is almost entirely synchronised with its Python 3
-    counterpart, bringing TLSv2, SSLContext manipulation, Server Name
+    counterpart, bringing TLSv1.2, SSLContext manipulation, Server Name
     Identification, access to platform certificate stores, standard
     library support for peer hostname validation and more to the Python 2
     series.

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


More information about the Python-checkins mailing list