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 taleinat
Recipients ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy, walters, wordtech
Date 2018-08-01.06:44:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533105855.95.0.56676864532.issue34275@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps we can use .update_idletasks() rather than .update()? That tends to have less of a performance hit. My macOS setup is currently not working so I can't test this myself.

Regarding the "MacWindowStyle" call, IDLE is backported to older versions of Python and generally strives to support older systems. Can you tell which versions of macOS/OSX this is needed in? If so, I suggest surrounding that call with an OS version check, which could be removed at a later time when the relevant OS versions are truly irrelevant.
History
Date User Action Args
2018-08-01 06:44:16taleinatsetrecipients: + taleinat, rhettinger, terry.reedy, ronaldoussoren, wordtech, ned.deily, serhiy.storchaka, walters
2018-08-01 06:44:15taleinatsetmessageid: <1533105855.95.0.56676864532.issue34275@psf.upfronthosting.co.za>
2018-08-01 06:44:15taleinatlinkissue34275 messages
2018-08-01 06:44:15taleinatcreate