8000 bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) · python/cpython@57e7d5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 57e7d5c

Browse files
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
(cherry picked from commit 22b7616) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent e33fe6c commit 57e7d5c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,20 @@ http
387387
HTTP status codes ``103 EARLY_HINTS``, ``418 IM_A_TEAPOT`` and ``425 TOO_EARLY`` are added to
388388
:class:`http.HTTPStatus`. (Contributed by Dong-hee Na in :issue:`39509` and Ross Rhodes in :issue:`39507`.)
389389

390+
IDLE and idlelib
391+
----------------
392+
393+
Add option to toggle cursor blink off. (Contributed by Zackery Spytz
394+
in :issue:`4603`.)
395+
396+
Escape key now closes IDLE completion windows. (Contributed by Johnny
397+
Najera in :issue:`38944`.)
398+
399+
Add keywords to module name completion list. (Contributed by Terry J.
400+
Reedy in :issue:`37765`.)
401+
402+
The changes above have been backported to 3.8 maintenance releases.
403+
390404
imaplib
391405
-------
392406

0 commit comments

Comments
 (0)
0