From 820d7c80e23609a98fb9ebf495adf4d71ed2af1d Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 23 Sep 2020 10:43:33 -0400 Subject: [PATCH 1/2] bpo-33822: Update IDLE section of What's New 3.8 --- Doc/whatsnew/3.8.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index a2fa17811b3fc8..a9d7a46f29c1fc 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 ------- From 6248878c02c2cec269068dd31320c6c7bf25b74c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 23 Sep 2020 10:57:46 -0400 Subject: [PATCH 2/2] Remove incorrect spaces. --- Doc/whatsnew/3.8.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index a9d7a46f29c1fc..6a9fa341569465 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -873,15 +873,15 @@ 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`.) +in :issue:`4603`.) Escape key now closes IDLE completion windows. (Contributed by Johnny -Najera in :issue: `38944`.) +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`.) +Reedy in :issue:`37765`.) inspect -------