[Python-checkins] bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)

Miss Islington (bot) webhook-mailer at python.org
Wed Sep 23 11:38:00 EDT 2020


https://github.com/python/cpython/commit/e33fe6c3d793688d46edf7c2e31a88fc2e719d65
commit: e33fe6c3d793688d46edf7c2e31a88fc2e719d65
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-09-23T08:37:52-07:00
summary:

bpo-33822: Update IDLE section of What's New 3.8 (GH-22383)

(cherry picked from commit 9c4eac7f02ddcf32fc1cdaf7c08c37fe9718c1fb)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index a2fa17811b3fc..6a9fa34156946 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -870,8 +870,18 @@ clipboard.  Converting strings from Tcl to Python and back now never fails.
 (Many people worked on this for eight years but the problem was finally
 solved by Serhiy Storchaka in :issue:`13153`.)
 
+New in 3.8.1:
+
+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`.)
+
 The changes above have been backported to 3.7 maintenance releases.
 
+Add keywords to module name completion list.  (Contributed by Terry J.
+Reedy in :issue:`37765`.)
 
 inspect
 -------



More information about the Python-checkins mailing list