diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-07-31 05:04:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-31 05:04:29 (GMT) |
commit | 5982b7201b84bfd24a1c2b2836401afee1cad8a7 (patch) | |
tree | 2d181f5aabd3c29a3b8462763a926a7bfd90af62 /Doc | |
parent | a72ca90eb9f13ee2abc7e19b669974d2d0b3d63e (diff) | |
download | cpython-5982b7201b84bfd24a1c2b2836401afee1cad8a7.zip cpython-5982b7201b84bfd24a1c2b2836401afee1cad8a7.tar.gz cpython-5982b7201b84bfd24a1c2b2836401afee1cad8a7.tar.bz2 |
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.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 46834ec..af7e22d 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -1017,11 +1017,20 @@ by right-clicking the button. (Contributed by Tal Einat in :issue:`1529353`.) The changes above have been backported to 3.6 maintenance releases. +NEW in 3.7.4: + +Add "Run Customized" to the Run menu to run a module with customized +settings. Any command line arguments entered are added to sys.argv. +They re-appear in the box for the next customized run. One can also +suppress the normal Shell main module restart. (Contributed by Cheryl +Sabella, Terry Jan Reedy, and others in :issue:`5680` and :issue:`37627`.) + New in 3.7.5: Add optional line numbers for IDLE editor windows. Windows open without line numbers unless set otherwise in the General -tab of the configuration dialog. +tab of the configuration dialog. Line numbers for an existing +window are shown and hidden in the Options menu. (Contributed by Tal Einat and Saimadhav Heblikar in :issue:`17535`.) |