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

2017-05-28 Thread Carol Willing

Carol Willing added the comment:

Turtle speed() functions appropriately on current MacOS 10.12.4. Both Python 
3.1 and 3.2 have reached End of Life. Issue closed as out of date.

--
nosy: +willingc
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-10-19 Thread Alexander Belopolsky

Alexander Belopolsky belopol...@users.sourceforge.net added the comment:

I am attaching a simpler and hopefully more revealing test, speed_test.py.  
This test repeatedly draws a full circle at various speeds and prints the time 
spent.  Here is the result:

# python3.1 speed_test.py
 0: 0.03
 1: 6.61
 2: 4.32
 3: 3.78
 4: 3.23
 5: 3.21
 6: 2.65
 7: 2.72
 8: 2.66
 9: 2.86
10: 2.67

Note that time decreases as speed changes from 1 to 4 as expected, but then 
changes unpredictably as speed changes from 5 to 10.

--
nosy: +belopolsky
Added file: http://bugs.python.org/file19282/speed_test.py

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-10-19 Thread Alexander Belopolsky

Changes by Alexander Belopolsky belopol...@users.sourceforge.net:


--
nosy: +gregorlingl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-10-19 Thread Alexander Belopolsky

Alexander Belopolsky belopol...@users.sourceforge.net added the comment:

I am attaching another test that demonstrates that the speed of the turtle is 
different when it draws a straight line and a circle.

The output shows the time it takes to draw a line and a circle of the same 
length at various speed settings.

$ python3 speed_test2.py
 0: 0.01 0.02
 1: 0.96 2.25
 2: 0.67 2.24
 3: 0.32 1.81
 4: 0.25 1.39
 5: 0.27 1.89
 6: 0.15 1.44
 7: 0.12 1.53
 8: 0.10 1.69
 9: 0.10 1.73
10: 0.08 1.64

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-08-03 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
components: +Library (Lib)
stage:  - needs patch
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6, Python 
3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-06-21 Thread Guilherme Polo

Guilherme Polo ggp...@gmail.com added the comment:

Although turtle.py lives inside the tkinter package, this doesn't seem
to be related to tkinter at all. I've set the no selection option for
the Components now.

--
components:  -Tkinter
nosy: +gpolo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2008-06-21 Thread Ricardo Quesada

Ricardo Quesada [EMAIL PROTECTED] added the comment:

turtle.py was replaced by a new module in r63929 .
I can't reproduce this bug with this revision, so it seems to be fixed.
using: os/x 10.5.3 intel.

--
nosy: +riq

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2008-06-21 Thread David Kwast

David Kwast [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
http://bugs.python.org/issue3062
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com