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, louielu, terry.reedy
Date 2017-07-12.22:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499900098.45.0.233459769914.issue30913@psf.upfronthosting.co.za>
In-reply-to
Content
You put one non-tk name in the font page 'Configuration attributes'.  I removed it as not belonging with the tk Vars, but it got me thinking that more would be useful.  In the ConfigChanges docstring we included a list of methods, which I believe is recommended even if not always done.  If we turn the check_ functions into classes, their docstrings become the class docstrings.  The check_ body would be turned into and __init__ body and the list of methods would the methods that need to be moved into the new class.
History
Date User Action Args
2017-07-12 22:54:58terry.reedysetrecipients: + terry.reedy, louielu, cheryl.sabella
2017-07-12 22:54:58terry.reedysetmessageid: <1499900098.45.0.233459769914.issue30913@psf.upfronthosting.co.za>
2017-07-12 22:54:58terry.reedylinkissue30913 messages
2017-07-12 22:54:58terry.reedycreate