[issue13659] Add a help() viewer for IDLE's Shell.

Ron Adam report at bugs.python.org
Sat Dec 31 08:37:14 CET 2011


Ron Adam <ron3200 at gmail.com> added the comment:

What about having idle open a web browser session with pydocs new browse option?

python3 -m pydoc -b

We've added input fields to the pages that take the same input as help() command does.  It also links to the online help pages, and you can view the source code of the files directly in the browser.  (Sometimes that's the best documentation you can get.)

----------
nosy: +ron_adam

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


More information about the Python-bugs-list mailing list