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`.)
1017
1017
1018
1018
The changes above have been backported to 3.6 maintenance releases.
1019
1019
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
+
1020
1028
New in 3.7.5:
1021
1029
1022
1030
Add optional line numbers for IDLE editor windows. Windows
1023
1031
open 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.
1025
1034
(Contributed by Tal Einat and Saimadhav Heblikar in :issue: `17535 `.)
1026
1035
1027
1036
You can’t perform that action at this time.
0 commit comments