[issue21597] Allow turtledemo code pane to get wider.

Ned Deily report at bugs.python.org
Fri Jul 4 20:48:17 CEST 2014


Ned Deily added the comment:

If by tearing you mean leaving artifacts on the screen, differences in behavior are almost certainly due to different versions of Tk being used.  Tkinter is really just a wrapper around calls to Tk; nearly all of the heavy-duty graphics work is done by Tk making calls to other, platform-specific graphics libraries.  FWIW, I ran your last test with the current python.org 2.7.8 and 3.4.1 on OS X with the current ActiveTcl Tk 8.5.15 and they both performed identically: I expanded the frame to fill the screen and could cleanly move the slider to the left or right with no artifacts.

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21597>
_______________________________________


More information about the Python-bugs-list mailing list