[issue11096] Multiple turtle tracers

2013-11-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue11096] Multiple turtle tracers

2011-02-04 Thread Terry J. Reedy
Terry J. Reedy 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

[issue11096] Multiple turtle tracers

2011-02-02 Thread Alex McNerney
Alex McNerney added the comment: To be more clear, in the sample code, the drawing animation of the red star-spiral is smooth, whereas the drawing animation of the black star-spiral is spasmodic. -- ___ Python tracker

[issue11096] Multiple turtle tracers

2011-02-01 Thread Alex McNerney
New submission from Alex McNerney : In Python 2.7 and 2.6 (only ones I have tried), there is a bug in the turtle module's tracer() function, when applying it to multiple turtles using the same value. When two turtles are defined (to draw simultaneously), and both turtles' tracers are set to t