[issue12300] Document pydoc.help

2015-11-03 Thread Éric Araujo
Éric Araujo added the comment: Works for me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue12300] Document pydoc.help

2015-11-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Close it, which I think Éric implicitly agreed to in paired issue #12299, where I said more in opposition to this one. What I meant above is that help() is 'listed' in https://docs.python.org/3/library/pydoc.html#module-pydoc. While it does not have usual form

[issue12300] Document pydoc.help

2015-11-03 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: What can we do for this issue ? -- nosy: +matrixise ___ Python tracker ___ ___ Python-bugs-list mai

[issue12300] Document pydoc.help

2011-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: There is already a link to the main entry, which is where I think it should be. -- nosy: +terry.reedy ___ Python tracker ___ __

[issue12300] Document pydoc.help

2011-06-09 Thread Éric Araujo
New submission from Éric Araujo : The only public function in pydoc is help, and it’s not listed in the module docs. The existing doc in library/functions could be moved to library/pydoc. See also #12299. -- assignee: docs@python components: Documentation messages: 138002 nosy: docs@