[issue3062] Turtle speed() function has no effect under Mac OS X

Pierre Bourdon report at bugs.python.org
Sun Jun 8 13:06:56 CEST 2008


New submission from Pierre Bourdon <root at delroth.is-a-geek.org>:

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.

----------
components: Tkinter
messages: 67831
nosy: delroth
severity: normal
status: open
title: Turtle speed() function has no effect under Mac OS X
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3062>
_______________________________________


More information about the Python-bugs-list mailing list