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 Saimadhav.Heblikar, asvetlov, ggenellina, gpolo, louielu, markroseman, mcepl, mrabarnett, rhettinger, terry.reedy, veganaiZe, wolma
Date 2017-06-20.23:16:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498000598.95.0.143724582784.issue5680@psf.upfronthosting.co.za>
In-reply-to
Content
Running with arguments is only one requested or possible deviation from the standard F5 mode.  See #19042, msg296498, for many more.  I am thinking that there should be one menu entry (Custom Run, Alt-F5)? that brings up a box with alternatives, initially defaulting to the F5 values, then persisting.

The order of execution should be a) Syntax check by compile, b) Run options, if requested, c) Restart Shell, if requested, d) Execute code object.

I want to start with setting sys.args, but with a mind to adding other things.  Running without explicit saving might be next.
History
Date User Action Args
2017-06-20 23:16:38terry.reedysetrecipients: + terry.reedy, rhettinger, ggenellina, gpolo, mcepl, mrabarnett, asvetlov, markroseman, wolma, Saimadhav.Heblikar, louielu, veganaiZe
2017-06-20 23:16:38terry.reedysetmessageid: <1498000598.95.0.143724582784.issue5680@psf.upfronthosting.co.za>
2017-06-20 23:16:38terry.reedylinkissue5680 messages
2017-06-20 23:16:38terry.reedycreate