[issue13691] pydoc help (or help('help')) should show the doc for help

Jairo Trad report at bugs.python.org
Sun Aug 16 20:31:16 CEST 2015


Jairo Trad added the comment:

I just tested this issue in Python 3.6.0a0 and got this behavior:

help('help') brings 

"Help on _Helper in module _sitebuiltins object:"

help(help) brings:
Help on _Helper in module _sitebuiltins object:

help() invokes the help command line.

So this was fixes on the way to python3.6, I can make the test for 3.4 but is 3.4 closed for bug fixing?

Can someone check this in 3.5?

----------
nosy: +jairotrad

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


More information about the Python-bugs-list mailing list