[New-bugs-announce] [issue7001] turtle.py bug-fixes, backported from 3.1 [issue5923]

Gregor Lingl report at bugs.python.org
Fri Sep 25 23:02:51 CEST 2009


New submission from Gregor Lingl <gregorlingl at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7001>
_______________________________________


More information about the New-bugs-announce mailing list