mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-41844: Add IDLE section to What's New 3.9 (GN-22382)
(cherry picked from commit 22b7616f26
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
f8b3c64958
commit
7e21aab45d
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue