commit | 4bf108d74f2e36f16f4c0c00e7791e418e2d47ff | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 11:45:45 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 11:45:45 2005 +0000 |
tree | 5d19f6610a464a81add147dd85fd1e72a8f480a8 | |
parent | a4dac4094acd35810b1497bbf99642fc98afd475 [diff] |
Patch #802188: better parser error message for non-EOL following line cont.
diff --git a/Misc/NEWS b/Misc/NEWS index d0a8118..baf3445 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and builtins ----------------- +- Patch #802188: Report characters after line continuation character + ('\') with a specific error message. + - Bug #723201: Raise a TypeError for passing bad objects to 'L' format. - Bug #1124295: the __name__ attribute of file objects was