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 markroseman
Recipients kbk, markroseman, ned.deily, roger.serwy, terry.reedy
Date 2015-07-31.23:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438384921.12.0.287744176049.issue24745@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached defaultfont.patch which will look for the magic value 'TkFixedFont' in the configuration file and do some appropriate magic with it.  Most of the font handling smarts are now in a 'GetFont' call in configHandler, which as a bonus reduces some of the complexity and duplication elsewhere.
History
Date User Action Args
2015-07-31 23:22:01markrosemansetrecipients: + markroseman, terry.reedy, kbk, ned.deily, roger.serwy
2015-07-31 23:22:01markrosemansetmessageid: <1438384921.12.0.287744176049.issue24745@psf.upfronthosting.co.za>
2015-07-31 23:22:01markrosemanlinkissue24745 messages
2015-07-31 23:22:01markrosemancreate