[Python-checkins] bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)

Zackery Spytz webhook-mailer at python.org
Thu Jul 23 02:06:34 EDT 2020


https://github.com/python/cpython/commit/592527f3ee59616eca2bd1da771f7c14cee808d5
commit: 592527f3ee59616eca2bd1da771f7c14cee808d5
branch: master
author: Zackery Spytz <zspytz at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-07-23T02:06:26-04:00
summary:

bpo-4630: Fix errors in Lib/idlelib/NEWS.txt (GH-21594)

Also one in news log.

files:
M Lib/idlelib/NEWS.txt
M Misc/NEWS.d/3.9.0a1.rst

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 60f46f6660324..e9b29a2b480d6 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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.
 
diff --git a/Misc/NEWS.d/3.9.0a1.rst b/Misc/NEWS.d/3.9.0a1.rst
index fb74d3622263d..fe9fc58e3979a 100644
--- a/Misc/NEWS.d/3.9.0a1.rst
+++ b/Misc/NEWS.d/3.9.0a1.rst
@@ -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.
 
 ..
 



More information about the Python-checkins mailing list