Message316410
| Author | adelfino |
|---|---|
| Recipients | adelfino, cheryl.sabella, docs@python, r.david.murray |
| Date | 2018-05-11.18:32:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526063571.02.0.682650639539.issue33459@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The documentation says a display may or may not have a comprehension :/ [1, 2, 3] is a list display too. [x for x in range(3)] is a display that has a comprehension. Acoording to the doc. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-11 18:32:51 | adelfino | set | recipients: + adelfino, r.david.murray, docs@python, cheryl.sabella |
| 2018-05-11 18:32:51 | adelfino | set | messageid: <1526063571.02.0.682650639539.issue33459@psf.upfronthosting.co.za> |
| 2018-05-11 18:32:51 | adelfino | link | issue33459 messages |
| 2018-05-11 18:32:50 | adelfino | create | |