[New-bugs-announce] [issue7888] turtle "settiltangle" should be marked deprecated, not "tiltangle"

Michael Newman report at bugs.python.org
Tue Feb 9 01:15:14 CET 2010


New submission from Michael Newman <michael.b.newman at gmail.com>:

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."

----------
assignee: georg.brandl
components: Documentation
messages: 99077
nosy: georg.brandl, mnewman
severity: normal
status: open
title: turtle "settiltangle" should be marked deprecated, not "tiltangle"
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7888>
_______________________________________


More information about the New-bugs-announce mailing list