]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Applied SF patch #438424 by Josh Cogliati:
authorGuido van Rossum <guido@python.org>
Thu, 9 Aug 2001 16:42:07 +0000 (16:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Aug 2001 16:42:07 +0000 (16:42 +0000)
commit3c7a25a4d9ea07f2aa8e4b70fecd84e33de82c2e
tree28f5d31d4fbdd087744d8957be1abaab17df063e
parent92e2d5c7ae92a0562b31c340bef25ed61f2c1853
Applied SF patch #438424 by Josh Cogliati:

Python's logolike module turtle.py did not display
the turtle except when actually drawing lines.
This patch changes the turtle.py module so that
it displays the turtle at all times when tracing is
on. This is similar to the the way that logo works.
When tracing is off the turtle will not be displayed.
Lib/lib-tk/turtle.py