R. David Murray <rdmur...@bitdance.com> added the comment:

No, the parenthesis are never part of the tuple itself, even if you can't write 
syntactically correct code without them. They just syntactically group the 
expression list to isolate it from the surrounding context.  It's the same 
principle as having an expression like (123).  That's an integer that happens 
to be surrounded by parenthesis.  The integer itself still starts at column 1.

----------
nosy: +r.david.murray

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

Reply via email to