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

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.

----------
nosy: +r.david.murray
title: Fix "tuple display" mention in Expressions -> Define "tuple display" in 
the docs

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

Reply via email to