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 ncoghlan
Recipients bquinlan, cool-RR, ethan.furman, jnoller, ncoghlan, paul.moore, pitrou, sbt
Date 2015-05-16.07:58:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431763135.78.0.663546813473.issue24195@psf.upfronthosting.co.za>
In-reply-to
Content
Folks could probably guess what I meant, but both filter comprehensions in my comment should have read: "[x for x in seq if p(x)]"
History
Date User Action Args
2015-05-16 07:58:55ncoghlansetrecipients: + ncoghlan, paul.moore, bquinlan, pitrou, jnoller, cool-RR, ethan.furman, sbt
2015-05-16 07:58:55ncoghlansetmessageid: <1431763135.78.0.663546813473.issue24195@psf.upfronthosting.co.za>
2015-05-16 07:58:55ncoghlanlinkissue24195 messages
2015-05-16 07:58:55ncoghlancreate