8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33fe6c commit 57e7d5cCopy full SHA for 57e7d5c
Doc/whatsnew/3.9.rst
@@ -387,6 +387,20 @@ http
387
HTTP status codes ``103 EARLY_HINTS``, ``418 IM_A_TEAPOT`` and ``425 TOO_EARLY`` are added to
388
:class:`http.HTTPStatus`. (Contributed by Dong-hee Na in :issue:`39509` and Ross Rhodes in :issue:`39507`.)
389
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
404
imaplib
405
-------
406
0 commit comments