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

David Kwast report at bugs.python.org
Sat Jun 21 20:05:50 CEST 2008


David Kwast <david.kwast at gmail.com> added the comment:

I wrote a small python program to test turtle speed in OSX. I tested
with trunk and py3k branch.

The string input works differently with 2.5, 2.6 and 3.0. The turtle is
slower in 2.5 and almost the same speed in 2.6 and 3.0.

Here are my test results:

david-kwasts-macbook:turtle davidkwast$ ../python_3k/python speedy.py 
0:00:04.640639
0:00:02.031436
david-kwasts-macbook:turtle davidkwast$ ../python_trunk/python speedy.py 
0:00:04.598181
0:00:02.048452
david-kwasts-macbook:turtle davidkwast$ python speedy.py 
(Python version < 2.6 don't support int in speed funtion)
0:00:18.343453

----------
nosy: +david.kwast
versions: +Python 2.6, Python 3.0
Added file: http://bugs.python.org/file10688/speedy.py

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


More information about the Python-bugs-list mailing list