From: Terry Jan Reedy Date: Thu, 23 Jul 2020 08:18:03 +0000 (-0400) Subject: [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) X-Git-Tag: v3.8.6rc1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29df301a9236cbae06762d9569e56197d3f5e6ee;p=thirdparty%2FPython%2Fcpython.git [3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594) Also one in news log. (cherry picked from commit 592527f3ee59616eca2bd1da771f7c14cee808d5) Co-authored-by: Zackery Spytz --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index ddc1e22e23ed..5abf4bef45c7 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -82,9 +82,9 @@ bpo-38636: Fix IDLE Format menu tab toggle and file indent width. These functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled in 3.7.5 and 3.8.0. -bpo-4360: Add an option to toggle IDLE's cursor blink for shell, +bpo-4630: Add an option to toggle IDLE's cursor blink for shell, editor, and output windows. See Settings, General, Window Preferences, -Cursor Blink. Patch by Zachary Spytz. +Cursor Blink. Patch by Zackery Spytz. bpo-26353: Stop adding newline when saving an IDLE shell window. diff --git a/Misc/NEWS.d/3.8.1rc1.rst b/Misc/NEWS.d/3.8.1rc1.rst index 351996433c4c..a13e280def9f 100644 --- a/Misc/NEWS.d/3.8.1rc1.rst +++ b/Misc/NEWS.d/3.8.1rc1.rst @@ -735,7 +735,7 @@ Fix IDLE Format menu tab toggle and file indent width. These functions Add an option to toggle IDLE's cursor blink for shell, editor, and output windows. See Settings, General, Window Preferences, Cursor Blink. Patch by -Zachary Spytz. +Zackery Spytz. ..