]> granicus.if.org Git - python/commit
Add the bulk of SF patch 595111 by Attila Babo.
authorGuido van Rossum <guido@python.org>
Mon, 23 Sep 2002 16:55:05 +0000 (16:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Sep 2002 16:55:05 +0000 (16:55 +0000)
commitfd2ede2aa84e77dac30e297a04fc49dd3bb61c68
treed8cde1e5979253f6af7a80771189f12345955870
parent4299231e685ff2a38677775943ccc7ba2bf66a04
Add the bulk of SF patch 595111 by Attila Babo.

This adds new methods heading(), setheading(), position(),
window_width(), window_height(), setx(), and sety(), to make this more
functionality-compatible with Logo turtle graphics (Attila's last
words, not mine :-).  I had to fix the sety() code which was broken in
Attila's patch.

I'm not adopting the functionality change that Attila claimed was a
bugfix (no output without tracing), because I disagree that it's a
bug.
Lib/lib-tk/turtle.py