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

No, the location is correct, the string for 'a' is actually closed after the a. 
This makes a list with the following elements:

'a ,'

b',  '

c',  '

As "b" is a valid prefix for string (bytes) it doesn't fail there, but 'c' 
isn't so you get the syntax error.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to