Message321379
| Author | con-f-use |
|---|---|
| Recipients | con-f-use, serhiy.storchaka, xtreak |
| Date | 2018-07-10.10:56:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531220175.36.0.56676864532.issue34076@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated example with reversed variable order for reference. This really seems to be related to issue3692, but really not the same thing. IMHO both `a` and `b` should be passed in a situation like this: ```` a = range(5) b = range(3) c = [x+y for x in a for y in b] ```` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-10 10:56:15 | con-f-use | set | recipients: + con-f-use, serhiy.storchaka, xtreak |
| 2018-07-10 10:56:15 | con-f-use | set | messageid: <1531220175.36.0.56676864532.issue34076@psf.upfronthosting.co.za> |
| 2018-07-10 10:56:15 | con-f-use | link | issue34076 messages |
| 2018-07-10 10:56:15 | con-f-use | create | |