Message 150413 - Python tracker

Message150413

Author ron_adam
Recipients Ramchandra Apte, roger.serwy, ron_adam, terry.reedy
Date 2011-12-31.07:37:13
SpamBayes Score 0.005247123
Marked as misclassified No
Message-id <1325317034.64.0.0721435234981.issue13659@psf.upfronthosting.co.za>
In-reply-to
Content
What about having idle open a web browser session with pydocs new browse option?

python3 -m pydoc -b

We've added input fields to the pages that take the same input as help() command does.  It also links to the online help pages, and you can view the source code of the files directly in the browser.  (Sometimes that's the best documentation you can get.)
History
Date User Action Args
2011-12-31 07:37:14ron_adamsetrecipients: + ron_adam, terry.reedy, roger.serwy, Ramchandra Apte
2011-12-31 07:37:14ron_adamsetmessageid: <1325317034.64.0.0721435234981.issue13659@psf.upfronthosting.co.za>
2011-12-31 07:37:14ron_adamlinkissue13659 messages
2011-12-31 07:37:13ron_adamcreate