tlsv1 -> tlsv1.2

This commit is contained in:
Benjamin Peterson 2014-03-28 11:41:27 -04:00
parent d9a9d2ff96
commit 608b8f9dab
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Under this policy, the following features SHOULD be backported from Python
* 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.