Issue7888
Created on 2010-02-09 00:15 by mnewman, last changed 2010-02-14 03:13 by ezio.melotti.
|
msg99077 - (view) |
Author: Michael Newman (mnewman) |
Date: 2010-02-09 00:15 |
|
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."
|
|
msg99335 - (view) |
Author: Ezio Melotti (ezio.melotti) |
Date: 2010-02-14 03:13 |
|
Fixed in r78180 (py3k) and r78181 (release31-maint), thanks for the report!
|
|
| Date |
User |
Action |
Args |
| 2010-02-14 03:13:08 | ezio.melotti | set | status: open -> closed messages:
+ msg99335
assignee: georg.brandl -> ezio.melotti resolution: fixed stage: needs patch -> committed/rejected |
| 2010-02-12 02:35:21 | ezio.melotti | set | priority: normal nosy:
+ ezio.melotti
stage: needs patch |
| 2010-02-09 00:15:13 | mnewman | create | |
|