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 doko, gpolo, kbk, markroseman, petr.viktorin, roger.serwy, serhiy.storchaka, terry.reedy, wysaard
Date 2016-05-09.16:09:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462810185.74.0.646662313907.issue26673@psf.upfronthosting.co.za>
In-reply-to
Content
Anyone seeing problem: In /Lib/idlelib/configHandler.py, about line 685, in "if size < 0:", change '<' to '<='.  Remove the workaround of overriding 'TkFixedFont' with 'courier'.  Does this fix the problem?
History
Date User Action Args
2016-05-09 16:09:45terry.reedysetrecipients: + terry.reedy, doko, kbk, gpolo, roger.serwy, petr.viktorin, markroseman, serhiy.storchaka, wysaard
2016-05-09 16:09:45terry.reedysetmessageid: <1462810185.74.0.646662313907.issue26673@psf.upfronthosting.co.za>
2016-05-09 16:09:45terry.reedylinkissue26673 messages
2016-05-09 16:09:45terry.reedycreate