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, terry.reedy
Date 2017-07-10.03:55:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499658903.97.0.352629780477.issue30851@psf.upfronthosting.co.za>
In-reply-to
Content
After wresting with a test for #30870, I am not sure we will ever have the full tests I would like.  Anyway, I concluded that the replacement of font_name is a bug.  It did not matter because all pages are created before configuration is read.  If any of font_name, font_bold, or font_size are changed, set_font_sample is called to define a new font and reset the fonts for the samples on both font and hightlight pages.  I checked that this still works.

I convinced myself that the 3.6+ dialog cannot change 'encoding' in userCfg.
History
Date User Action Args
2017-07-10 03:55:04terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-07-10 03:55:03terry.reedysetmessageid: <1499658903.97.0.352629780477.issue30851@psf.upfronthosting.co.za>
2017-07-10 03:55:03terry.reedylinkissue30851 messages
2017-07-10 03:55:03terry.reedycreate