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 Drekin, Gregory.Salvan, barry, ncoghlan, sbspider, terry.reedy
Date 2014-08-29.18:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409337780.99.0.956688834452.issue22257@psf.upfronthosting.co.za>
In-reply-to
Content
Are you planning to un-defer the PEP, and remove the Deferral section?

The PEP proposes 5 'phases'. How does that mesh with 2 'steps'?

Gregory's message is helpful to me. The Idle startup needs to be documented (AFAIK only code now ) and modified. Internal error messages are 'print'ed to a text console that is normally not present on Windows (resulting in an exception message that cannot be displayed!).  I want to add a new startup 'service', as early as possible, to direct error messages to a gui message box or window. This means getting a tkinter event loop running as soon as possible so everything after can depend on that.  Perhaps it already is, perhaps not.
History
Date User Action Args
2014-08-29 18:43:01terry.reedysetrecipients: + terry.reedy, barry, ncoghlan, Drekin, Gregory.Salvan, sbspider
2014-08-29 18:43:00terry.reedysetmessageid: <1409337780.99.0.956688834452.issue22257@psf.upfronthosting.co.za>
2014-08-29 18:43:00terry.reedylinkissue22257 messages
2014-08-29 18:43:00terry.reedycreate