[issue29338] Output the text signature in the help of a class

Nick Coghlan report at bugs.python.org
Tue Jan 24 01:26:51 EST 2017


Nick Coghlan added the comment:

Enum's interaction with the help subsystem has always been somewhat
fragile: http://bugs.python.org/issue18693

In this case, I think a reasonable quick fix would be to add the new text
to the expected output for enum instances (allowing this issue to be closed
again), and then file a separate issue about offering a way to omit that
text for types that discourage or don't allow dynamic creation of new
instances.

----------

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


More information about the Python-bugs-list mailing list