summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/3.9.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2020-09-23 11:17:26 -0400
committerGitHub <noreply@github.com>2020-09-23 11:17:26 -0400
commit22b7616f26694ac707fd53ece500febfad665426 (patch)
tree1ed35f1934c5c2fb5a4de05606c0b0c14bff21fb /Doc/whatsnew/3.9.rst
parent7af072c3b60dd3aac2835122bc37454f0973351e (diff)
downloadcpython-git-22b7616f26694ac707fd53ece500febfad665426.tar.gz
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-rw-r--r--Doc/whatsnew/3.9.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index e9fc496e47..95188b7493 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -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
-------