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 cheryl.sabella
Recipients Saimadhav.Heblikar, asvetlov, cheryl.sabella, ggenellina, gpolo, louielu, markroseman, mcepl, mrabarnett, rhettinger, terry.reedy, veganaiZe, wolma
Date 2019-06-03.00:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559522878.45.0.13321574005.issue5680@roundup.psfhosted.org>
In-reply-to
Content
I've added a minimal change for running a module in the editor with command line arguments. 

Some notes:
1. The shortcut key (F7) can be entered while on the shell window.  As of now, any of the Run menu shortcuts can be entered, so I didn't fix that bug as part of this issue.
2. I'm not saving the arguments in any way.
3. I didn't (yet) make the change to print the command line arguments in the shell or to add it to the status bar.
4. I didn't make a change to get the sys.argv values from startup.
5. I added a single menu entry and not a cascade of different custom run options.
History
Date User Action Args
2019-06-03 00:47:58cheryl.sabellasetrecipients: + cheryl.sabella, rhettinger, terry.reedy, ggenellina, gpolo, mcepl, mrabarnett, asvetlov, markroseman, wolma, Saimadhav.Heblikar, louielu, veganaiZe
2019-06-03 00:47:58cheryl.sabellasetmessageid: <1559522878.45.0.13321574005.issue5680@roundup.psfhosted.org>
2019-06-03 00:47:58cheryl.sabellalinkissue5680 messages
2019-06-03 00:47:58cheryl.sabellacreate