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 swamiyeswanth
Recipients docs@python, eli.bendersky, eric.araujo, flox, ron_adam, swamiyeswanth, terry.reedy
Date 2011-02-05.17:47:53
SpamBayes Score 0.0005209439
Marked as misclassified No
Message-id <1296928074.43.0.11788006116.issue9364@psf.upfronthosting.co.za>
In-reply-to
Content
Suggestions are good . One thing I came across when going through the doc is that when you run help(help) after importing help from pydoc , i noticed that the first line of the help utility is 

"""
Welcome to Python 3.2!  This is the online help utility.
"""
which could be changed to 

"Welcome to Python help utility" as the help utility is already inbuilt .
History
Date User Action Args
2011-02-05 17:47:54swamiyeswanthsetrecipients: + swamiyeswanth, terry.reedy, ron_adam, eric.araujo, eli.bendersky, flox, docs@python
2011-02-05 17:47:54swamiyeswanthsetmessageid: <1296928074.43.0.11788006116.issue9364@psf.upfronthosting.co.za>
2011-02-05 17:47:53swamiyeswanthlinkissue9364 messages
2011-02-05 17:47:53swamiyeswanthcreate