This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients alex, benjamin.peterson, christian.heimes, doko, dstufft, giampaolo.rodola, janssen, kroeckx, ned.deily, pitrou, python-dev, vstinner
Date 2014-12-12.09:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418377474.37.0.956252629243.issue22935@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-12-12 09:44:34ned.deilysetrecipients: + ned.deily, doko, janssen, pitrou, vstinner, giampaolo.rodola, christian.heimes, benjamin.peterson, alex, python-dev, dstufft, kroeckx
2014-12-12 09:44:34ned.deilysetmessageid: <1418377474.37.0.956252629243.issue22935@psf.upfronthosting.co.za>
2014-12-12 09:44:34ned.deilylinkissue22935 messages
2014-12-12 09:44:34ned.deilycreate