Message 74710 - Python tracker (original) (raw)

Message74710

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:44 gregorlingl set recipients: + gregorlingl, loewis
2008-10-13 23:02:44 gregorlingl set messageid: 1223938964.4.0.025382695872.issue4117@psf.upfronthosting.co.za
2008-10-13 23:02:43 gregorlingl link issue4117 messages
2008-10-13 23:02:43 gregorlingl create