Message321378
| Author | con-f-use |
|---|---|
| Recipients | con-f-use, serhiy.storchaka, xtreak |
| Date | 2018-07-10.10:53:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1531219981.69.0.56676864532.issue34076@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Okay, so we're a in another scope inside the dictionary comprehension (all comprehensions for that matter), and only one symbol is passed to the inside.
That's why `strange_reversed_working = {x+s.replace('(+/-)',''):None for x in infts.split(', ') for s in ('+','-','')}` functions, but if you reverse the order it does not. That's a real trap. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-10 10:53:01 | con-f-use | set | recipients: + con-f-use, serhiy.storchaka, xtreak |
| 2018-07-10 10:53:01 | con-f-use | set | messageid: <1531219981.69.0.56676864532.issue34076@psf.upfronthosting.co.za> |
| 2018-07-10 10:53:01 | con-f-use | link | issue34076 messages |
| 2018-07-10 10:53:01 | con-f-use | create | |