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 veky
Recipients ethan.furman, gvanrossum, josh.r, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy, veky, xtreak
Date 2020-11-09.18:10:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604945451.03.0.751277245455.issue35712@roundup.psfhosted.org>
In-reply-to
Content
... as it probably should: look at https://bugs.python.org/msg349303

Yes, filtering comprehensions are a frequently used niche, and too long in the "official" parlance. I seem to recall that 

    [x in mylist if x is not None]

(instead of triple-x version) was rejected because it was too hard to parse. Maybe now we can really implement it?
History
Date User Action Args
2020-11-09 18:10:51vekysetrecipients: + veky, gvanrossum, rhettinger, terry.reedy, steven.daprano, ethan.furman, serhiy.storchaka, josh.r, xtreak
2020-11-09 18:10:51vekysetmessageid: <1604945451.03.0.751277245455.issue35712@roundup.psfhosted.org>
2020-11-09 18:10:51vekylinkissue35712 messages
2020-11-09 18:10:50vekycreate