[issue34275] Problems with tkinter and tk8.6 on MacOS

Tal Einat report at bugs.python.org
Wed Aug 1 02:44:15 EDT 2018


Tal Einat <taleinat at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34275>
_______________________________________


More information about the Python-bugs-list mailing list