[docs] [issue19980] Improve help('non-topic') response

Mark Lawrence report at bugs.python.org
Sat Dec 14 02:47:06 CET 2013


Mark Lawrence added the comment:

IMHO this must be changed.

>>> help('')
# nothing!!!
>>> help('a')
Help on module a:

...

I happened to have a module called a.py in the default directory.

----------
nosy: +BreamoreBoy

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


More information about the docs mailing list