[pypy-commit] pypy py3.6: fix bad merge

rlamy pypy.commits at gmail.com
Tue Aug 27 11:58:47 EDT 2019


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: py3.6
Changeset: r97311:79ea93489fc4
Date: 2019-08-27 16:58 +0100
http://bitbucket.org/pypy/pypy/changeset/79ea93489fc4/

Log:	fix bad merge

diff --git a/lib-python/3/ssl.py b/lib-python/3/ssl.py
--- a/lib-python/3/ssl.py
+++ b/lib-python/3/ssl.py
@@ -52,7 +52,8 @@
 PROTOCOL_SSLv3
 PROTOCOL_SSLv23
 PROTOCOL_TLS
-(??)
+PROTOCOL_TLS_CLIENT
+PROTOCOL_TLS_SERVER
 PROTOCOL_TLSv1
 PROTOCOL_TLSv1_1
 PROTOCOL_TLSv1_2


More information about the pypy-commit mailing list