commit | 201bc2d18b60adb05810d2a6ab396047bc527088 | [log] [tgz] |
---|---|---|
author | Cheryl Sabella <cheryl.sabella@gmail.com> | Mon Jun 17 22:24:10 2019 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Mon Jun 17 22:24:10 2019 -0400 |
tree | 1514619817f5282089691111547166b16cd4af56 | |
parent | 7fb3190bcf9872dca3d83a7f9e3e65cbce8be9ed [diff] |
bpo-5680: IDLE: Customize running a module (GH-13763) 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.