[Python-bugs-list] [ python-Feature Requests-577295 ] Print line number of string if at EOF

SourceForge.net noreply@sourceforge.net
Fri, 16 May 2003 19:40:13 -0700


Feature Requests item #577295, was opened at 2002-07-04 00:31
Message generated for change (Settings changed) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=577295&group_id=5470

>Category: None
>Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Guettler (guettli)
Assigned to: Nobody/Anonymous (nobody)
Summary: Print line number of string if at EOF

Initial Comment:
It would be good if the python parser
would tell me where the string started if
it reaches EOF (end of file) in the string.

If you leave a '''-string open you just get
SyntaxError at EOF. Printing the line number
where the string started would be helpfull.

thomas

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=577295&group_id=5470