Issue #25677: Correct syntax error caret for indented blocks.

Based on patch by Michael Layzell.
diff --git a/Misc/ACKS b/Misc/ACKS
index a9cd72e..e4b86390 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -840,6 +840,7 @@
 Chris Lawrence
 Mark Lawrence
 Chris Laws
+Michael Layzell
 Michael Lazar
 Brian Leair
 Mathieu Leduc-Hamel
diff --git a/Misc/NEWS b/Misc/NEWS
index 13e9e6d..f613d0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #25677: Correct the positioning of the syntax error caret for
+  indented blocks.  Based on patch by Michael Layzell.
+
 - Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
   form.