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 Aivar.Annamaa
Recipients Aivar.Annamaa, alittleman512, ned.deily, paul.moore, ronaldoussoren, sdcards, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-07-06.22:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594074071.89.0.0661741015379.issue39107@roundup.psfhosted.org>
In-reply-to
Content
According to the comments under https://github.com/python/cpython/pull/18982 there is no point in creating a PR, so I'll just share my experiences.

I was able to build current master with Tcl/Tk 8.6.10 both on Windows 10 (64-bit) and on macOS Catalina. I ran the tests on Windows and no Tkinter-related tests failed. I tested it manually on both platforms by poking around in IDLE and Thonny IDE and saw no (big) issues. (The only regression I saw in Thonny was Toplevel tooltips gaining a title bar, but I could solve it by adding a "wm_overrideredirect(1)"). 

One of the new features on macOS -- support for dark mode -- looked nice. Half-baked emoji support had not regressed at least.

I really hope you'll find time to include Tk 8.6.10 in the last beta of Python 3.9!
History
Date User Action Args
2020-07-06 22:21:11Aivar.Annamaasetrecipients: + Aivar.Annamaa, terry.reedy, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, serhiy.storchaka, steve.dower, sdcards, alittleman512
2020-07-06 22:21:11Aivar.Annamaasetmessageid: <1594074071.89.0.0661741015379.issue39107@roundup.psfhosted.org>
2020-07-06 22:21:11Aivar.Annamaalinkissue39107 messages
2020-07-06 22:21:11Aivar.Annamaacreate