This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregorlingl
Recipients gregorlingl
Date 2009-09-25.21:02:41
SpamBayes Score 0.0002634205
Marked as misclassified No
Message-id <1253912571.33.0.993006582742.issue7001@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-09-25 21:02:53gregorlinglsetrecipients: + gregorlingl
2009-09-25 21:02:51gregorlinglsetmessageid: <1253912571.33.0.993006582742.issue7001@psf.upfronthosting.co.za>
2009-09-25 21:02:45gregorlingllinkissue7001 messages
2009-09-25 21:02:45gregorlinglcreate