bpo-5680: IDLE: Customize running a module. by csabella · Pull Request #13763 · python/cpython

@csabella

@blurb-it

@csabella

@csabella

csabella

csabella

csabella

csabella

csabella

terryjreedy

@csabella

taleinat

@terryjreedy

@terryjreedy

Revise corresponding doc entry.

terryjreedy

@terryjreedy

@terryjreedy

Don't ask for config if still may toss.
Want focus to go to shell unless cancel.

@terryjreedy

@terryjreedy terryjreedy changed the title bpo-5680: IDLE: Run modules with command line arguments bpo-5680: IDLE: Customize running a module.

Jun 18, 2019

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jun 18, 2019
The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.
(cherry picked from commit 201bc2d)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

miss-islington added a commit that referenced this pull request

Jun 18, 2019
The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.
(cherry picked from commit 201bc2d)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

miss-islington added a commit that referenced this pull request

Jun 18, 2019
The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.
(cherry picked from commit 201bc2d)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.