File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1017,11 +1017,20 @@ by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
10171017
10181018The changes above have been backported to 3.6 maintenance releases.
10191019
1020+ NEW in 3.7.4:
1021+
1022+ Add "Run Customized" to the Run menu to run a module with customized
1023+ settings. Any command line arguments entered are added to sys.argv.
1024+ They re-appear in the box for the next customized run. One can also
1025+ suppress the normal Shell main module restart. (Contributed by Cheryl
1026+ Sabella, Terry Jan Reedy, and others in :issue: `5680 ` and :issue: `37627 `.)
1027+
10201028New in 3.7.5:
10211029
10221030Add optional line numbers for IDLE editor windows. Windows
10231031open without line numbers unless set otherwise in the General
1024- tab of the configuration dialog.
1032+ tab of the configuration dialog. Line numbers for an existing
1033+ window are shown and hidden in the Options menu.
10251034(Contributed by Tal Einat and Saimadhav Heblikar in :issue: `17535 `.)
10261035
10271036
You can’t perform that action at this time.
0 commit comments