[issue28025] Use IntEnum and IntFlags in ssl module

Ethan Furman report at bugs.python.org
Thu Sep 8 16:43:21 EDT 2016


Ethan Furman added the comment:

Evidently the correct form is:

    super(SSLContext, SSLContext).options.__set__(self, value)

Not sure that's any better.  :(

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28025>
_______________________________________


More information about the Python-bugs-list mailing list