[3.8] bpo-5680: IDLE: Customize running a module (GH-13763) by miss-islington · Pull Request #14185 · python/cpython (original) (raw)

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

https://bugs.python.org/issue5680