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.

Author r.david.murray
Recipients isaiah, lukasz.langa, r.david.murray
Date 2018-05-15.20:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526414906.54.0.682650639539.issue33520@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-15 20:08:26r.david.murraysetrecipients: + r.david.murray, lukasz.langa, isaiah
2018-05-15 20:08:26r.david.murraysetmessageid: <1526414906.54.0.682650639539.issue33520@psf.upfronthosting.co.za>
2018-05-15 20:08:26r.david.murraylinkissue33520 messages
2018-05-15 20:08:26r.david.murraycreate