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.
Created on 2010年02月09日 00:15 by mnewman, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| 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) * (Python committer) | Date: 2010年02月14日 03:13 | |
Fixed in r78180 (py3k) and r78181 (release31-maint), thanks for the report! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:57 | admin | set | github: 52136 |
| 2010年02月14日 03:13:08 | ezio.melotti | set | status: open -> closed messages: + msg99335 assignee: georg.brandl -> ezio.melotti resolution: fixed stage: needs patch -> resolved |
| 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 | |