This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Print line number of string if at EOF
Type: enhancement Stage:
Components: None Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, guettli
Priority: normal Keywords:

Created on 2002-07-04 07:31 by guettli, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg53574 - (view) Author: Thomas Guettler (guettli) * Date: 2002-07-04 07:31
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
msg59291 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-05 17:56
The bug report is several years old and nobody was interested in adding
this minor feature in about 5 years.
History
Date User Action Args
2022-04-10 16:05:29adminsetgithub: 36849
2008-01-05 17:56:39christian.heimessetstatus: open -> closed
resolution: out of date
messages: + msg59291
nosy: + christian.heimes
2002-07-04 07:31:57guettlicreate