summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 11:45:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 11:45:45 (GMT)
commit4bf108d74f2e36f16f4c0c00e7791e418e2d47ff (patch)
tree5d19f6610a464a81add147dd85fd1e72a8f480a8 /Misc
parenta4dac4094acd35810b1497bbf99642fc98afd475 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0a8118..baf3445 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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