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, loewis
Date 2008-10-13.23:02:43
SpamBayes Score 0.004515717
Marked as misclassified No
Message-id <1223938964.4.0.025382695872.issue4117@psf.upfronthosting.co.za>
In-reply-to
Content
In Lib/turtle.py

_Screen.setup() needs a final update() call in order
to ensure, that immediately following calls of window_width() or
window_height() return correct values.

Consequently the setup() method call in _Screen.__init__()
has to take place only after the call of TurtleScreen.__init__()
History
Date User Action Args
2008-10-13 23:02:44gregorlinglsetrecipients: + gregorlingl, loewis
2008-10-13 23:02:44gregorlinglsetmessageid: <1223938964.4.0.025382695872.issue4117@psf.upfronthosting.co.za>
2008-10-13 23:02:43gregorlingllinkissue4117 messages
2008-10-13 23:02:43gregorlinglcreate