[Python-checkins] python/dist/src/Misc NEWS,1.1258,1.1259

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Mar 3 12:45:47 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17432/Misc

Modified Files:
	NEWS 
Log Message:
Patch #802188: better parser error message for non-EOL following line cont.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1258
retrieving revision 1.1259
diff -u -d -r1.1258 -r1.1259
--- NEWS	3 Mar 2005 11:39:45 -0000	1.1258
+++ NEWS	3 Mar 2005 11:45:34 -0000	1.1259
@@ -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



More information about the Python-checkins mailing list