diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-23 15:28:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 15:28:08 (GMT) |
commit | e678ca960b44ec3ddf2ac01fdb333018646ed8dd (patch) | |
tree | 5095f9431d55837ade97c2b21e8445d37bab468c /Doc/whatsnew | |
parent | 0a2e11aecfb300615ab813f5d2d77a799f6e852c (diff) | |
download | cpython-e678ca960b44ec3ddf2ac01fdb333018646ed8dd.zip cpython-e678ca960b44ec3ddf2ac01fdb333018646ed8dd.tar.gz cpython-e678ca960b44ec3ddf2ac01fdb333018646ed8dd.tar.bz2 |
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
(cherry picked from commit 9c4eac7f02ddcf32fc1cdaf7c08c37fe9718c1fb)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 7a86e51..ce386c0 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -872,8 +872,18 @@ clipboard. Converting strings from Tcl to Python and back now never fails. (Many people worked on this for eight years but the problem was finally solved by Serhiy Storchaka in :issue:`13153`.) +New in 3.8.1: + +Add option to toggle cursor blink off. (Contributed by Zackery Spytz +in :issue:`4603`.) + +Escape key now closes IDLE completion windows. (Contributed by Johnny +Najera in :issue:`38944`.) + The changes above have been backported to 3.7 maintenance releases. +Add keywords to module name completion list. (Contributed by Terry J. +Reedy in :issue:`37765`.) inspect ------- |