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 kbk, markroseman, roger.serwy, terry.reedy
Date 2017-06-23.05:25:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498195535.58.0.344462913768.issue24860@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is mostly obsolete.  I added query.py a year ago, which replaced the open-module box and those used in configdialog.  The code began with one of the existing boxes, but it has the two improvements listed above: a) stay open on error (really helpful if I type 'idlelib.run' and only need to correct one letter) and b) put error message below entry box.

I am leaving this open temporarily to see if there is anything in this patch needed in Query.
History
Date User Action Args
2017-06-23 05:25:35terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman
2017-06-23 05:25:35terry.reedysetmessageid: <1498195535.58.0.344462913768.issue24860@psf.upfronthosting.co.za>
2017-06-23 05:25:35terry.reedylinkissue24860 messages
2017-06-23 05:25:35terry.reedycreate