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 christian.heimes
Recipients Jhleite, christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-08-05.13:49:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501940994.57.0.699726657913.issue31124@psf.upfronthosting.co.za>
In-reply-to
Content
There is no _ssl.py. The internal _ssl module is a C extension module. Under Windows it is called _ssl.pyd. Do you have a _ssl.py  or _ssl package in your project that may confict with _ssl.pyd?
History
Date User Action Args
2017-08-05 13:49:54christian.heimessetrecipients: + christian.heimes, paul.moore, tim.golden, zach.ware, steve.dower, Jhleite
2017-08-05 13:49:54christian.heimessetmessageid: <1501940994.57.0.699726657913.issue31124@psf.upfronthosting.co.za>
2017-08-05 13:49:54christian.heimeslinkissue31124 messages
2017-08-05 13:49:54christian.heimescreate