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 adelfino, docs@python, r.david.murray
Date 2018-05-10.23:36:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525995408.65.0.682650639539.issue33459@psf.upfronthosting.co.za>
In-reply-to
Content
Nope, a tuple display is not equal to a parenthesized list.  For example, in:

   x = 1, 2, 3

1, 2, 3 is a tuple display.  The parenthesis are optional in that case (in the general case it is the comma that makes the tuple, not the parens).

However, as far as I can see that's the only mention of "tuple display" in the docs, which makes the doc you reference less than useful to a reader that doesn't know what it means.
History
Date User Action Args
2018-05-10 23:36:48r.david.murraysetrecipients: + r.david.murray, docs@python, adelfino
2018-05-10 23:36:48r.david.murraysetmessageid: <1525995408.65.0.682650639539.issue33459@psf.upfronthosting.co.za>
2018-05-10 23:36:48r.david.murraylinkissue33459 messages
2018-05-10 23:36:48r.david.murraycreate