[issue21068] Make ssl.PROTOCOL_* an enum

Antoine Pitrou report at bugs.python.org
Fri Mar 28 20:38:10 CET 2014


Antoine Pitrou added the comment:

> Possibly it should be done for all ssl APIs returning a constant. Are there others?

There's SSLContext.verify_mode, but it simply mirrors the configuration chosen by the user.

----------

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


More information about the Python-bugs-list mailing list