[issue18693] help() not helpful with enum

Ethan Furman report at bugs.python.org
Mon Aug 12 08:11:17 CEST 2013


Ethan Furman added the comment:

Huh.  I just checked `help(Color)` on my proposed __dir__ and got the two-line, rather useless, response.  Perhaps help() is broken with all custom __dir__s.

----------

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


More information about the Python-bugs-list mailing list