Terry J. Reedy <tjre...@udel.edu> added the comment:

2.6 is only open for security fixes.

In 3.x "The methods Turtle.tracer(), Turtle.window_width() and 
Turtle.window_height() have been eliminated. Methods with these names and 
functionality are now available only as methods of Screen."

So it seems that perhaps the fix was to make what you did impossible ;-). 
Hence, I am inclined to close this as 'out-of-date'. The deletion was not done 
in 2.7 for back-compatibility reasons.

Replacing "    t.tracer(10)" with "\nScreen().tracer(10)", the rosette is drawn 
in under a second (on my several-year-old machine). I cannot see any difference.

----------
nosy: +gregorlingl, terry.reedy
versions:  -Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11096>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to