[issue20386] socket.SocketType enum overwrites import of _socket.SocketType

Georg Brandl report at bugs.python.org
Mon Jan 27 21:28:14 CET 2014


Georg Brandl added the comment:

IntEnum is not a class in the enum module either, as far as the docs are concerned ;)

Otherwise :class:`enum.IntEnum` or :class:`.IntEnum` would work, no matter the source and target documents.

----------

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


More information about the Python-bugs-list mailing list