Issue 28889: IDLE needs the ability to pass in command-line arguments (original) (raw)

Issue28889

Created on 2016-12-06 19:02 by rhettinger, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 1589 open louielu,2017-05-15 06:49
Messages (3)
msg282567 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2016-12-06 19:02
[--- Feature request posted on behalf of Balakrishnan Sakthidharan ---] IDLE lets you run scripts with F5. What is needs is an F6 that opens a dialog box and asks for command-line arguments. This will help develop and test command line scripts in the IDE. F6 -q5 -v=8 somefile.txt
msg293680 - (view) Author: Louie Lu (louielu) * Date: 2017-05-15 06:51
This PR will add the short-key to F7, when using editor. It will prompt up a dialog and user can input the command-line arguments then run the code.
msg296489 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-06-20 21:23
Another duplicate of #5680, which already has three patches. I retitled the PR and it is now listed on #5680.
History
Date User Action Args
2022-04-11 14:58:40 admin set github: 73075
2017-06-20 21:23:50 terry.reedy set status: open -> closedsuperseder: Simulate command-line arguments for program run in IDLEmessages: + resolution: duplicatestage: resolved
2017-05-15 06:51:35 louielu set nosy: + louielumessages: +
2017-05-15 06:49:44 louielu set pull_requests: + <pull%5Frequest1682>
2016-12-06 19:02:26 rhettinger create