[issue45817] Build Windows and macOS installers with Tcl/Tk 8.6.12

2021-11-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thank you for the link. E.Paine's report for this 2021-09-21 (bug)[033886] Win: hang in font loading (e-paine,vogel) was the result of #45103, based on an IDLE user's SO question. -- ___ Python tracker

[issue45817] Build Windows and macOS installers with Tcl/Tk 8.6.12

2021-11-16 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: terry.reedy -> resolution: -> duplicate superseder: -> Make python.org Windows and macOS installers use Tk 8.6.12 ___ Python tracker

[issue45817] Build Windows and macOS installers with Tcl/Tk 8.6.12

2021-11-16 Thread Aivar Annamaa
Aivar Annamaa added the comment: Sorry, duplicate of #45732 -- stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue45817] Build Windows and macOS installers with Tcl/Tk 8.6.12

2021-11-16 Thread Aivar Annamaa
Change by Aivar Annamaa : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue45817] Build Windows and macOS installers with Tcl/Tk 8.6.12

2021-11-16 Thread Aivar Annamaa
New submission from Aivar Annamaa : New version contains several bugfixes: https://github.com/tcltk/tk/blob/8baf7d337ca0aab7fafb0e670927ab2c0200e80a/changes#L7869 -- assignee: terry.reedy components: IDLE, Tkinter, Windows, macOS messages: 406409 nosy: aivarannamaa, ned.deily, paul.moo