8000 bpo-33821: Update IDLE section of What's New 3.7 (#15036) · python/cpython@5982b72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5982b72

Browse files
authored
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
* bpo-33821: Update IDLE section of What's New 3.7 * Fix roles.
1 parent a72ca90 commit 5982b72
Copy full SHA for 5982b72

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,20 @@ by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.)
10171017

10181018
The 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+
10201028
New in 3.7.5:
10211029

10221030
Add optional line numbers for IDLE editor windows. Windows
10231031
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.
10251034
(Contributed by Tal Einat and Saimadhav Heblikar in :issue:`17535`.)
10261035

10271036

0 commit comments

Comments
 (0)
0