This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:01con-f-usesetrecipients: + con-f-use, serhiy.storchaka, xtreak
2018-07-10 10:53:01con-f-usesetmessageid: <1531219981.69.0.56676864532.issue34076@psf.upfronthosting.co.za>
2018-07-10 10:53:01con-f-uselinkissue34076 messages
2018-07-10 10:53:01con-f-usecreate