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 abarry, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, nemunaire, pitrou, vstinner
Date 2016-09-10.19:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473536719.86.0.0311960391226.issue27629@psf.upfronthosting.co.za>
In-reply-to
Content
I'm considering to not fix this bug and rather remove the dead code. This feature was never documented and has been broken since 3.3, maybe earlier. It's also hard to use it correctly because you need to pass the correct socket family and type.

For 3.6 I'm planning to deprecate SSLSocket.__init__() in favor of SSLContext.wrap_socket() anyway. Please use https://docs.python.org/3/library/socket.html#socket.socket with fileno argument. It auto-detects the correct socket type and family.
History
Date User Action Args
2016-09-10 19:45:19christian.heimessetrecipients: + christian.heimes, janssen, pitrou, vstinner, giampaolo.rodola, alex, dstufft, abarry, nemunaire
2016-09-10 19:45:19christian.heimessetmessageid: <1473536719.86.0.0311960391226.issue27629@psf.upfronthosting.co.za>
2016-09-10 19:45:19christian.heimeslinkissue27629 messages
2016-09-10 19:45:19christian.heimescreate