Patch #1031213: Decode source line in SyntaxErrors back to its original
source encoding. Will backport to 2.5.
diff --git a/Misc/ACKS b/Misc/ACKS
index 3d73388..4204678 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -320,6 +320,7 @@
Tony Ingraldi
John Interrante
Bob Ippolito
+Atsuo Ishimoto
Ben Jackson
Paul Jackson
David Jacobs
diff --git a/Misc/NEWS b/Misc/NEWS
index f8a875c..d99e7bc 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.
+
- Py_ssize_t fields work in structmember when HAVE_LONG_LONG is not defined.
- PEP 3123: Provide forward compatibility with Python 3.0, while keeping