commit | fc787d515d118122b35ef4143c47b144e8451405 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Sep 04 14:20:25 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Sep 04 14:20:25 2007 +0000 |
tree | 9c9ec9199eaa081d8883b9e6f68f2b9d15a98477 | |
parent | cf754ba39fea286ac04fb8a62f515a4708d46dd2 [diff] [blame] |
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.