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 christian.heimes
Date 2017-09-07.19:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504811702.15.0.101799623855.issue31386@psf.upfronthosting.co.za>
In-reply-to
Content
SSLSocket.wrap_bio() and SSLSocket.wrap_socket() hard-code SSLObject and SSLSocket as return types. In the light of future deprecation of ssl.wrap_socket() module function and direct instantiation of SSLSocket, it is desirable to make the return type of SSLSocket.wrap_bio() and SSLSocket.wrap_socket() customizable.

Also see #27629
History
Date User Action Args
2017-09-07 19:15:02christian.heimessetrecipients: + christian.heimes
2017-09-07 19:15:02christian.heimessetmessageid: <1504811702.15.0.101799623855.issue31386@psf.upfronthosting.co.za>
2017-09-07 19:15:02christian.heimeslinkissue31386 messages
2017-09-07 19:15:02christian.heimescreate