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

noreply@sourceforge.net noreply@sourceforge.net
Thu, 04 Jul 2002 00:31:57 -0700


Bugs item #577295, was opened at 2002-07-04 07:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=577295&group_id=5470

Category: Parser/Compiler
Group: Feature Request
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=105470&aid=577295&group_id=5470