[issue24860] Can IDLE's query box be improved

Terry J. Reedy report at bugs.python.org
Fri Jun 23 01:25:35 EDT 2017


Terry J. Reedy added the comment:

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.

----------
stage: needs patch -> patch review
title: handling of IDLE 'open module' errors -> Can IDLE's query box be improved
versions: +Python 3.7 -Python 2.7, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24860>
_______________________________________


More information about the Python-bugs-list mailing list