[issue23008] pydoc enum.{,Int}Enum fails

Martin Panter report at bugs.python.org
Sun Apr 12 01:34:23 CEST 2015


Martin Panter added the comment:

The fix is definitely an improvement. Though there is still one obvious flaw remaining, which applies to any attribute that is set to None:

$ ~/proj/python/cpython/python -bWall -m pydoc builtins.None
No Python documentation found for 'builtins.None'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list