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 gregorlingl
Recipients gpolo, gregorlingl, loewis
Date 2008-11-20.20:14:07
SpamBayes Score 1.86681e-05
Marked as misclassified No
Message-id <1227212049.08.0.158670286154.issue4117@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, but there is a remain from testing different versions of the
turtle module in the demo file's import statement.

Should read (of course):

from turtle import Screen, Turtle, mainloop

A corrected version is attached

Sorry, again, for the inconvenience
Gregor
History
Date User Action Args
2008-11-20 20:14:09gregorlinglsetrecipients: + gregorlingl, loewis, gpolo
2008-11-20 20:14:09gregorlinglsetmessageid: <1227212049.08.0.158670286154.issue4117@psf.upfronthosting.co.za>
2008-11-20 20:14:08gregorlingllinkissue4117 messages
2008-11-20 20:14:08gregorlinglcreate