New submission from Gregor Lingl <gregorli...@users.sourceforge.net>:
Among the changes of turtle.py from Python 3.0 to Python 3.1 there were three bugfixes. Those bugs appear also in the Python 2.6 version of turtle.py imho these should be fixed for Python 2.6.3 The appended diffs contain the (backported) fixes of these bugs, (1) in TurtleScreen.update() (2) in TurtleScreen.onkey() (3) in _Screen.__init__ and _Screen.setup The last one entails the need of adding one line into turtleDemo.py. This change does not affect the correct working of turtleDemo with the Python 2.6.2 turtle and demos. ---------- files: turtle_262_263.diff keywords: patch messages: 93142 nosy: gregorlingl severity: normal status: open title: turtle.py bug-fixes, backported from 3.1 [issue5923] versions: Python 2.6 Added file: http://bugs.python.org/file14976/turtle_262_263.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7001> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com