[issue17158] help() module searcher text is misleading

Terry J. Reedy report at bugs.python.org
Sat Feb 9 04:28:12 CET 2013


Terry J. Reedy added the comment:

You are asking that help("modules spam") act more like help("modules"), which sensibly prints "Enter ..." after the list. A minor but reasonable request, but since the current behavior is not a bug and some code might possible depend on it, only for 3.4. Here is a simple but untested patch.

----------
components: +Library (Lib) -Interpreter Core
keywords: +patch
nosy: +terry.reedy
stage:  -> patch review
versions:  -Python 3.3
Added file: http://bugs.python.org/file29013/Issue17158.diff

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


More information about the Python-bugs-list mailing list