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.
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 -> closed superseder: Simulate command-line arguments for program run in IDLE messages: + msg296489 resolution: duplicate stage: resolved |
| 2017年05月15日 06:51:35 | louielu | set | nosy:
+ louielu messages: + msg293680 |
| 2017年05月15日 06:49:44 | louielu | set | pull_requests: + pull_request1682 |
| 2016年12月06日 19:02:26 | rhettinger | create | |