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 cheryl.sabella, miss-islington, serhiy.storchaka, taleinat, terry.reedy, vstinner
Date 2020-02-11.01:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581383605.49.0.693717437972.issue39600@roundup.psfhosted.org>
In-reply-to
Content
font.names() lists 'symbolic' family names guaranteed to exist.  'TkDefaultFont' is the default Text widget font on a particular OS.  IDLE replaces that with 'TkFixedFont', which is translated to the actual family name on each OS: Courier on Windows (ugh) and something like Monaco on macOS.

Thank you for the additional information.  For *nix users, removing the useless duplicates should be an improvement.  (This is aside from the test issue, which could have been fixed otherwise: perhaps by inserting 'TestFont' at the top of the list and making other adjustments.)
History
Date User Action Args
2020-02-11 01:13:25terry.reedysetrecipients: + terry.reedy, vstinner, taleinat, serhiy.storchaka, cheryl.sabella, miss-islington
2020-02-11 01:13:25terry.reedysetmessageid: <1581383605.49.0.693717437972.issue39600@roundup.psfhosted.org>
2020-02-11 01:13:25terry.reedylinkissue39600 messages
2020-02-11 01:13:25terry.reedycreate