[issue7420] turtle - turtle.update() doesn't override turtle.tracer()

2009-12-01 Thread R. David Murray
R. David Murray added the comment: I see a line when I try this on 3.1 and trunk. There were some updates, so I suppose this has been fixed. 3.0 has been replaced by 3.1 and is no longer maintained. -- nosy: +gregorlingl, r.david.murray priority: -> normal resolution: -> out of date

[issue7420] turtle - turtle.update() doesn't override turtle.tracer()

2009-12-01 Thread "Dragon" Dave McKee
New submission from "Dragon" Dave McKee : Problem: Using the following code gives different behaviour on versions 2.6.4 and 3.0.1: nothing will be drawn under 3.0.1, but turtle.update() will force the line to be drawn under 2.6.4. 2.6.4's behaviour is compatible with the documentation: "turtle.up