New submission from Ramchandra Apte:

help("modules spam") prints out "Here is a list of matching modules.  Enter any 
module name to get more help." before it has even found the modules. This gives 
the impression that it has found the modules yet it hasn't printed the modules 
yet. I would suggest that it prints "Searching for the matching modules..." 
without the newline and then once the matching modules have been found prints 
"done." (End result will have "Searching for the matchine modules... done." 
Then it should print "Here is a list of matching modules. Enter any ..."

----------
components: Interpreter Core
messages: 181671
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title: help() module searcher text improvement
type: enhancement
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17158>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to