]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.8] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 23 Jul 2020 08:18:03 +0000 (04:18 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 08:18:03 +0000 (04:18 -0400)
Also one in news log.

(cherry picked from commit 592527f3ee59616eca2bd1da771f7c14cee808d5)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/idlelib/NEWS.txt
Misc/NEWS.d/3.8.1rc1.rst

index ddc1e22e23ed4865125cae00f13c5ad13a938e78..5abf4bef45c758921f68021ddf8ad82473039946 100644 (file)
@@ -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.
 
index 351996433c4cff84cf88d52c43a5426105199a95..a13e280def9f5d396a1a0a68aabf6de526b16566 100644 (file)
@@ -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.
 
 ..