[issue5680] Command-line arguments when running in IDLE

Gabriel Genellina report at bugs.python.org
Fri Feb 5 04:57:34 CET 2010


Gabriel Genellina <gagsl-py2 at yahoo.com.ar> added the comment:

A different patch to solve the same issue.
This one uses a standard tkSimpleDialog to prompt for the command line, and follows the directives found at the top of the source (only took 8 years to implement... not so bad :) )

XXX GvR Redesign this interface (yet again) as follows:

- Present a dialog box for ``Run Module''

- Allow specify command line arguments in the dialog box

----------
nosy: +gagenellina
Added file: http://bugs.python.org/file16139/issue5680-patch2.diff

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


More information about the Python-bugs-list mailing list