]> granicus.if.org Git - python/commit
Split the goto() function in two: _goto() is the internal one,
authorGuido van Rossum <guido@python.org>
Sat, 24 Oct 1998 16:29:21 +0000 (16:29 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 24 Oct 1998 16:29:21 +0000 (16:29 +0000)
commit5ac15bc9c82b8d3d32402f733197c8f1e78892f3
tree6007daaf49316ec65fec321010b9763a6ddd47a2
parent2457fc2a816aa7c9ca0be82a4595567204d5457e
Split the goto() function in two: _goto() is the internal one,
using Canvas coordinates, and goto() uses turtle coordinates
and accepts variable argument lists.
Tools/idle/turtle.py