New submission from Benjamin Peterson <benja...@python.org>:

It has been pointed out to me that the errors the tokenizer produces for 
unterminated strings, "EOL while scanning string literal" and "EOF while 
scanning triple-quoted string literal", contain parsing jargon that make it 
difficult for new users to understand the problem, likely a missing quote.

----------
components: Interpreter Core
messages: 365713
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: unterminated string literal tokenization error messages could be better
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40176>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to