]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 23 Sep 2020 15:19:05 +0000 (11:19 -0400)
committerGitHub <noreply@github.com>
Wed, 23 Sep 2020 15:19:05 +0000 (11:19 -0400)
Doc/whatsnew/3.8.rst

index a2fa17811b3fc8999177b61eef2ea923f79fed41..6a9fa3415694654cb1a61aafc31c382df6e66a75 100644 (file)
@@ -870,8 +870,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
 -------