]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Jul 2020 06:25:59 +0000 (23:25 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Jul 2020 06:25:59 +0000 (23:25 -0700)
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.9.0a1.rst

index 60f46f66603246a7646a8f4907bb816117e5343c..e9b29a2b480d650db67dea5885aecf9345d08f95 100644 (file)
@@ -63,9 +63,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 fb74d3622263d4aafad84295fd022456cf864953..fe9fc58e3979ae71fe401f5047d74d6337b1ef7e 100644 (file)
@@ -5081,7 +5081,7 @@ Stop adding newline when saving an IDLE shell window.
 
 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.
 
 ..