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 asvetlov, epaine, gpolo, mark.saaltink, r.david.murray, serhiy.storchaka, terry.reedy
Date 2020-06-17.15:22:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592407329.39.0.833962992792.issue10118@roundup.psfhosted.org>
In-reply-to
Content
If this is not out of date, it is, and was, a tcl/tk (3rd party) issue.  tkinter.font.families basically wraps a tk call. 
      return root.tk.splitlist(root.tk.call("font", "families", *args))
History
Date User Action Args
2020-06-17 15:22:09terry.reedysetrecipients: + terry.reedy, gpolo, r.david.murray, asvetlov, mark.saaltink, serhiy.storchaka, epaine
2020-06-17 15:22:09terry.reedysetmessageid: <1592407329.39.0.833962992792.issue10118@roundup.psfhosted.org>
2020-06-17 15:22:09terry.reedylinkissue10118 messages
2020-06-17 15:22:09terry.reedycreate