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 zach.ware
Recipients Lance Ware, serhiy.storchaka, terry.reedy, zach.ware
Date 2016-11-18.17:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479490457.18.0.0240309198803.issue28694@psf.upfronthosting.co.za>
In-reply-to
Content
I would recommend backing out your commit (hg rollback if you haven't pulled or otherwise changed your checkout since you made your commit), and just do 'hg diff' at the point where you would commit.  In this particular case, if there are no changes other than the added file it doesn't really matter much that it's not in patch form.

It would be nice to have some unit tests.  It may not be possible to test anything but your _str_to_font and _font_to_str functions, though.

I notice that your Fontchooser class doesn't inherit from commondialog.Dialog like colorchooser.Chooser does; is commondialog.Dialog usable for this?  Or are there improvements that can be made to commondialog.Dialog to make it suitable for Fontchooser and also improve colorchooser.Chooser?  Can this reuse anything from Lib/tkinter/font.py or perhaps be merged into that file to keep all the font stuff together?

After we have some of those details ironed out, this is going to make a nice addition to tkinter!
History
Date User Action Args
2016-11-18 17:34:17zach.waresetrecipients: + zach.ware, terry.reedy, serhiy.storchaka, Lance Ware
2016-11-18 17:34:17zach.waresetmessageid: <1479490457.18.0.0240309198803.issue28694@psf.upfronthosting.co.za>
2016-11-18 17:34:17zach.warelinkissue28694 messages
2016-11-18 17:34:16zach.warecreate