diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 11:45:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 11:45:45 (GMT) |
commit | 4bf108d74f2e36f16f4c0c00e7791e418e2d47ff (patch) | |
tree | 5d19f6610a464a81add147dd85fd1e72a8f480a8 /Misc | |
parent | a4dac4094acd35810b1497bbf99642fc98afd475 (diff) | |
download | cpython-4bf108d74f2e36f16f4c0c00e7791e418e2d47ff.zip cpython-4bf108d74f2e36f16f4c0c00e7791e418e2d47ff.tar.gz cpython-4bf108d74f2e36f16f4c0c00e7791e418e2d47ff.tar.bz2 |
Patch #802188: better parser error message for non-EOL following line cont.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 2.5 alpha 1? 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 |