[issue23665] Provide IDLE menu option to set command-line arguments

2016-09-09 Thread Matej Cepl
Changes by Matej Cepl : -- nosy: +mcepl ___ Python tracker ___ ___ Python-bugs-list mailing

[issue23665] Provide IDLE menu option to set command-line arguments

2015-03-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: #5680 has 3 different patches. I have not reviewed them yet. I will link to Raymond's message there. -- nosy: +terry.reedy resolution: - duplicate stage: needs patch - resolved status: open - closed superseder: - Command-line arguments when running

[issue23665] Provide IDLE menu option to set command-line arguments

2015-03-16 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: http://bugs.python.org/issue5680 Also had submitted a patch for it. Could you post your review there? (I was learning the CPython style then, so excuse obvious mistakes :) ) -- nosy: +sahutd ___ Python tracker

[issue23665] Provide IDLE menu option to set command-line arguments

2015-03-14 Thread Raymond Hettinger
New submission from Raymond Hettinger: A number of IDEs support menu options to set the execution environment for programs under development and testing. In particular, it would be nice if IDLE let the user set command line arguments to be passed into sys.argv when running a script by