Ned Deily added the comment:

The changes for 3.4 are incomplete:  

>>> import ssl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/py/dev/34/source/Lib/ssl.py", line 122, in <module>
    from _ssl import PROTOCOL_SSLv3, PROTOCOL_SSLv23, PROTOCOL_TLSv1
ImportError: cannot import name 'PROTOCOL_SSLv3'

For the default (3.5) branch, f776771ab0ee for Issue21068 changed ssl.py to 
handle missing SSLv3 support; 3.4 needs something similar.

----------
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22935>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to