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 mnewman
Recipients georg.brandl, mnewman
Date 2010-02-09.00:15:12
SpamBayes Score 4.442716e-05
Marked as misclassified No
Message-id <1265674514.67.0.740398455539.issue7888@psf.upfronthosting.co.za>
In-reply-to
Content
In the turtle module documentation:
http://docs.python.org/3.1/library/turtle.html
http://docs.python.org/py3k/library/turtle.html

Currently it says "Deprecated since Python 3.1" under the "turtle.tiltangle" section. That should be under "turtle.settiltangle" instead.

For reference, the comments at the end of the documentation page correctly explains:
"Turtle.tiltangle() has been enhanced in functionality: it now can be used to get or set the tiltangle. Turtle.settiltangle() has been deprecated."
History
Date User Action Args
2010-02-09 00:15:15mnewmansetrecipients: + mnewman, georg.brandl
2010-02-09 00:15:14mnewmansetmessageid: <1265674514.67.0.740398455539.issue7888@psf.upfronthosting.co.za>
2010-02-09 00:15:13mnewmanlinkissue7888 messages
2010-02-09 00:15:12mnewmancreate