Skip to content

[3.9] bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) #22384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand Down