Patch #1031213: Decode source line in SyntaxErrors back to its original
source encoding.
diff --git a/Misc/NEWS b/Misc/NEWS
index c2e9a86..9280438 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Patch #1031213: Decode source line in SyntaxErrors back to its original source
+  encoding.
+
 - Patch #1673759: add a missing overflow check when formatting floats
   with %G.