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 Dubslow
Recipients Dubslow, docs@python
Date 2012-03-29.05:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333000446.19.0.515069891496.issue14434@psf.upfronthosting.co.za>
In-reply-to
Content
I installed "python3" to get into a good scripting language.

I ran "python3" and it said type "help". I did and it said type "help()" for interactive help, or "help(object)" for specific help. Just looking to get started, I did the former, where the message displayed says "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/."

The link, unfortunately, leads to the Python 2.7 documentation, which is rather useless considering I'm trying to learn 3.2. The proper link should be http://docs.python.org/py3k/tutorial/.

Yes, this is really minor, but it would help with the "completeness" or "professional" appearance.
History
Date User Action Args
2012-03-29 05:54:06Dubslowsetrecipients: + Dubslow, docs@python
2012-03-29 05:54:06Dubslowsetmessageid: <1333000446.19.0.515069891496.issue14434@psf.upfronthosting.co.za>
2012-03-29 05:54:05Dubslowlinkissue14434 messages
2012-03-29 05:54:04Dubslowcreate