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 Devin Jeanpierre
Recipients Devin Jeanpierre
Date 2012-01-01.08:22:29
SpamBayes Score 6.597441e-10
Marked as misclassified No
Message-id <1325406152.03.0.315132806833.issue13691@psf.upfronthosting.co.za>
In-reply-to
Content
What follows is a copy-paste of a shell session. Notice that at the end, rather than being inside the online help utility, I'm still in the interactive interpreter. I was able to duplicate this on python3.2, python2.7, and python2.6 (verifying it on other versions would have required installing them). Reading the source in trunk, there is nothing that looks like it actually should run this interactive help session. It's just missing.

I guess nobody used this, eh? I've attached a patch that should fix it. I'm not sure how you want to handle adding a test for this, so please advise me on that.

-----

>>> help('help')

Welcome to Python 3.2!  This is the online help utility.

If this is your first time using Python, you should definitely check out
the tutorial on the Internet at http://docs.python.org/tutorial/.

Enter the name of any module, keyword, or topic to get help on writing
Python programs and using Python modules.  To quit this help utility and
return to the interpreter, just type "quit".

To get a list of available modules, keywords, or topics, type "modules",
"keywords", or "topics".  Each module also comes with a one-line summary
of what it does; to list the modules whose summaries contain a given word
such as "spam", type "modules spam".

>>>
History
Date User Action Args
2012-01-01 08:22:32Devin Jeanpierresetrecipients: + Devin Jeanpierre
2012-01-01 08:22:32Devin Jeanpierresetmessageid: <1325406152.03.0.315132806833.issue13691@psf.upfronthosting.co.za>
2012-01-01 08:22:31Devin Jeanpierrelinkissue13691 messages
2012-01-01 08:22:30Devin Jeanpierrecreate