]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Sep 2020 15:51:50 +0000 (08:51 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 4 Oct 2020 15:30:48 +0000 (17:30 +0200)
(cherry picked from commit 22b7616f26694ac707fd53ece500febfad665426)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/whatsnew/3.9.rst

index 40c1592af4d5c6c6f9b87a5c831ff8c941e4a766..2b93994dde47598dad986ec0a3281d4628602a94 100644 (file)
@@ -387,6 +387,20 @@ http
 HTTP status codes ``103 EARLY_HINTS``, ``418 IM_A_TEAPOT`` and ``425 TOO_EARLY`` are added to
 :class:`http.HTTPStatus`. (Contributed by Dong-hee Na in :issue:`39509` and Ross Rhodes in :issue:`39507`.)
 
+IDLE and idlelib
+----------------
+
+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`.)
+
+Add keywords to module name completion list.  (Contributed by Terry J.
+Reedy in :issue:`37765`.)
+
+The changes above have been backported to 3.8 maintenance releases.
+
 imaplib
 -------