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 delroth
Recipients delroth
Date 2008-06-08.11:06:37
SpamBayes Score 0.0042958134
Marked as misclassified No
Message-id <1212923215.43.0.432854849061.issue3062@psf.upfronthosting.co.za>
In-reply-to
Content
When using the speed() function of the turtle module under Mac OS X, 
it has no effect : the turtle always draws lines with the same speed.

An easy fix is to replace line 553 of the turtle.py file 
by "sleep(self._delay / 1000.0)", however I don't know if it is the 
best solution.
History
Date User Action Args
2008-06-08 11:06:57delrothsetspambayes_score: 0.00429581 -> 0.0042958134
recipients: + delroth
2008-06-08 11:06:55delrothsetspambayes_score: 0.00429581 -> 0.00429581
messageid: <1212923215.43.0.432854849061.issue3062@psf.upfronthosting.co.za>
2008-06-08 11:06:53delrothlinkissue3062 messages
2008-06-08 11:06:51delrothcreate