[issue28889] IDLE needs the ability to pass in command-line arguments

2017-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: Another duplicate of #5680, which already has three patches. I retitled the PR and it is now listed on #5680. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Command-line arguments when running in IDLE

[issue28889] IDLE needs the ability to pass in command-line arguments

2017-05-15 Thread Louie Lu
Louie Lu added the comment: 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. -- nosy: +louielu ___ Python tracker

[issue28889] IDLE needs the ability to pass in command-line arguments

2017-05-15 Thread Louie Lu
Changes by Louie Lu : -- pull_requests: +1682 ___ Python tracker ___ ___ Python-bugs-list

[issue28889] IDLE needs the ability to pass in command-line arguments

2016-12-06 Thread Raymond Hettinger
New submission from Raymond Hettinger: [--- 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