Dick Moores schrieb:

Here better tracer() should come in!

'Deprecated in version 2.6'?? And the doc gives nary a clue how to use it.
http://docs.python.org/dev/library/turtle.html#turtle.tracer
tracer is only deprecated as a Turtle-method, because it doesn't concern single turtles but all the turtles on the screen. It will stay as Screen-method and of course also as function. (As a turtle-method it's only there because of compatibility with the old turtle module.)

Gregor


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to