Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

I concur, handling also multi-line constructs is tricky and I would prefer not 
to implement some hack for specific situations because my experience is that 
balancing that with other things Is tricky. As Lysandros mentioned, the parser 
reports correctly the location of the error as indentation is non important 
inside parentheses and the code there could be an expression or the begging of 
a generator.

On the other hand we could think if we have a way of detecting of a syntax 
error occurs in the context of an unclosed parentheses and maybe do something 
about it, but I have no idea still how many false negatives could appear.

----------

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

Reply via email to