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 terry.reedy
Recipients aivarannamaa, ned.deily, paul.moore, ronaldoussoren, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2021-11-16.16:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637080061.95.0.691108325778.issue45732@roundup.psfhosted.org>
In-reply-to
Content
Steve, thank you for patching all current versions.  Previous policy has been to freeze tcl/tk x.y.z in python x.y because tk x.y.z may include a few enhancements among the bug fixes and hence indirectly add new features to tkinter in python x.y.z.  However ...

E.Paine's report for this bugfix
"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 about IDLE's config dialog hanging.  It turned out that adding a particular font (Phaistos) to Windows was the cause, and the fix was to remove it. Ned's link specifically  says they fixed " - Windows loading of the Phaistos font.", so I can now close our #45103.

Fine with me if we continue to update tcl/tk 8.6.z as possible on Windows as well as Mac.  Switching to 8.7, when released, would likely have to wait for discussion and a new Python version, which now is never too far away.
History
Date User Action Args
2021-11-16 16:27:41terry.reedysetrecipients: + terry.reedy, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, steve.dower, aivarannamaa
2021-11-16 16:27:41terry.reedysetmessageid: <1637080061.95.0.691108325778.issue45732@roundup.psfhosted.org>
2021-11-16 16:27:41terry.reedylinkissue45732 messages
2021-11-16 16:27:41terry.reedycreate