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 doanviettrung, kbk, mark.dickinson, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-11-20.20:34:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353443677.52.0.755034276287.issue16511@psf.upfronthosting.co.za>
In-reply-to
Content
When width or height are 0, IDLE starts and show window with some minimal width or height. When width or height are empty or invalid IDLE can't start.

The proposed patch makes IDLE more resistant against such broken configs.
History
Date User Action Args
2012-11-20 20:34:37serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, mark.dickinson, roger.serwy, doanviettrung
2012-11-20 20:34:37serhiy.storchakasetmessageid: <1353443677.52.0.755034276287.issue16511@psf.upfronthosting.co.za>
2012-11-20 20:34:37serhiy.storchakalinkissue16511 messages
2012-11-20 20:34:37serhiy.storchakacreate