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 Odcar, doko, gpolo, kbk, markroseman, petr.viktorin, python-dev, roger.serwy, serhiy.storchaka, terry.reedy, wysaard
Date 2016-05-22.19:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463943746.57.0.157382746954.issue26673@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to change the code a bit more (like using IntVar for size everywhere), but I don't want to do so without tests.  The problem is that tk variables and font functions require a root window and none of the linux buildbots allow that.  (They all run 'headless'.)
History
Date User Action Args
2016-05-22 19:02:26terry.reedysetrecipients: + terry.reedy, doko, kbk, gpolo, roger.serwy, petr.viktorin, markroseman, python-dev, serhiy.storchaka, wysaard, Odcar
2016-05-22 19:02:26terry.reedysetmessageid: <1463943746.57.0.157382746954.issue26673@psf.upfronthosting.co.za>
2016-05-22 19:02:26terry.reedylinkissue26673 messages
2016-05-22 19:02:26terry.reedycreate