21 Feb
2015
21 Feb
'15
9:09 p.m.
On 02/21/2015 11:49 AM, Ian Cordasco wrote:
On Sat, Feb 21, 2015 at 1:28 PM, Serhiy Storchaka wrote:
? Protocol.PROTOCOL_SSLv2 or Protocol.SSLv2 ?
So I like the latter (Protocol.SSLv2) but would qualify that with the request that ssl.PROTOCOL_SSLv2 continue to work until Python 2 is dead and libraries like requests, urllib3, httplib2, etc. no longer need to support those versions.
Good idea, and easy enough to do since Enum supports aliases. -- ~Ethan~