Message 301615 - Python tracker (original) (raw)

Message301615

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:02 christian.heimes set recipients: + christian.heimes
2017-09-07 19:15:02 christian.heimes set messageid: 1504811702.15.0.101799623855.issue31386@psf.upfronthosting.co.za
2017-09-07 19:15:02 christian.heimes link issue31386 messages
2017-09-07 19:15:02 christian.heimes create