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 mikehoy
Recipients Cubky, Devin Jeanpierre, eric.araujo, ezio.melotti, jbitcm-, mikehoy, r.david.murray, terry.reedy
Date 2012-10-08.03:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349666987.86.0.495357061921.issue13691@psf.upfronthosting.co.za>
In-reply-to
Content
>> What about "pydoc help"?

$ ./python -m pydoc help

Help on built-in function help:

help(...)
Invoke the built-in help system.

    help()
    The interactive help system starts on the interpreter
    console.

    help(string)
    The string is looked up as the name of a module, function, class, method,
    keyword, or documentation topic, and a  help page is printed on the
    console.   

    help(object)
    Generates a help page on the given object.

Or did you mean inside the interpreter?
History
Date User Action Args
2012-10-08 03:29:47mikehoysetrecipients: + mikehoy, terry.reedy, Devin Jeanpierre, ezio.melotti, eric.araujo, r.david.murray, jbitcm-, Cubky
2012-10-08 03:29:47mikehoysetmessageid: <1349666987.86.0.495357061921.issue13691@psf.upfronthosting.co.za>
2012-10-08 03:29:47mikehoylinkissue13691 messages
2012-10-08 03:29:47mikehoycreate