Message316382
| 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:48 | r.david.murray | set | recipients: + r.david.murray, docs@python, adelfino |
| 2018-05-10 23:36:48 | r.david.murray | set | messageid: <1525995408.65.0.682650639539.issue33459@psf.upfronthosting.co.za> |
| 2018-05-10 23:36:48 | r.david.murray | link | issue33459 messages |
| 2018-05-10 23:36:48 | r.david.murray | create | |