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 Joe.Metcalfe
Recipients Joe.Metcalfe, belopolsky, gregorlingl, lanyjie
Date 2010-11-27.16:09:42
SpamBayes Score 0.00084886054
Marked as misclassified No
Message-id <1290874183.51.0.0922128163789.issue10531@psf.upfronthosting.co.za>
In-reply-to
Content
Turtle is built on top of Tk, which is currently at version 8.5 - this has no ability to rotate text. When Tk version 8.6 arrives it should be able to write rotated text (see http://mail.python.org/pipermail/tkinter-discuss/2010-November/002490.html) and turtle.py could be updated to take advantage of it.
History
Date User Action Args
2010-11-27 16:09:43Joe.Metcalfesetrecipients: + Joe.Metcalfe, belopolsky, gregorlingl, lanyjie
2010-11-27 16:09:43Joe.Metcalfesetmessageid: <1290874183.51.0.0922128163789.issue10531@psf.upfronthosting.co.za>
2010-11-27 16:09:42Joe.Metcalfelinkissue10531 messages
2010-11-27 16:09:42Joe.Metcalfecreate