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 gpolo
Recipients gpolo, gregorlingl, loewis
Date 2008-11-19.00:05:04
SpamBayes Score 1.5605387e-07
Marked as misclassified No
Message-id <1227053106.99.0.307169589875.issue4117@psf.upfronthosting.co.za>
In-reply-to
Content
Why are you using update instead of update_idletasks ? 
I'm not talking exactly about this line being added, but this ends up
calling TurtleScreenBase._update which calls self.cv.update(), cv being
a canvas. update_idletasks should be used exactly for performing the
kind of tasks expected here, display update and window layout
calculations, while calling update may also process other events or
pending errors.
History
Date User Action Args
2008-11-19 00:05:07gpolosetrecipients: + gpolo, loewis, gregorlingl
2008-11-19 00:05:06gpolosetmessageid: <1227053106.99.0.307169589875.issue4117@psf.upfronthosting.co.za>
2008-11-19 00:05:04gpololinkissue4117 messages
2008-11-19 00:05:04gpolocreate