This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BreamoreBoy
Recipients BreamoreBoy, docs@python, terry.reedy
Date 2013-12-14.01:47:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386985626.39.0.399504790951.issue19980@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-14 01:47:06BreamoreBoysetrecipients: + BreamoreBoy, terry.reedy, docs@python
2013-12-14 01:47:06BreamoreBoysetmessageid: <1386985626.39.0.399504790951.issue19980@psf.upfronthosting.co.za>
2013-12-14 01:47:06BreamoreBoylinkissue19980 messages
2013-12-14 01:47:06BreamoreBoycreate