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 serhiy.storchaka
Recipients markroseman, petr.viktorin, serhiy.storchaka, terry.reedy
Date 2015-08-28.17:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440784121.48.0.202168201849.issue24951@psf.upfronthosting.co.za>
In-reply-to
Content
Could you please add

    print(_flatten((self._w, cmd)) + self._options(cnf))

just before the call in line 858 in Lib/tkinter/__init__.py and tell the output Petr. Could you please show your .idlerc/config-main.cfg file?

I suppose self.fontSize.get() returns an empty string for unknown reasons. Interesting, how IDLE configuration file affects tests?
History
Date User Action Args
2015-08-28 17:48:41serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, petr.viktorin, markroseman
2015-08-28 17:48:41serhiy.storchakasetmessageid: <1440784121.48.0.202168201849.issue24951@psf.upfronthosting.co.za>
2015-08-28 17:48:41serhiy.storchakalinkissue24951 messages
2015-08-28 17:48:41serhiy.storchakacreate