[issue21268] Update pydoc module docstring

2014-04-17 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> some problems with the documentation of pydoc ___ Python tracker ___

[issue21268] Update pydoc module docstring

2014-04-16 Thread Éric Araujo
New submission from Éric Araujo: “In the Python interpreter, do "from pydoc import help" to provide online help.” “online” has changed meaning in the last decades, and help is a semi-builtin automatically added by the site module on startup. -- assignee: docs@python components: Documen