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 r.david.murray
Recipients abarry, leewz, r.david.murray
Date 2015-12-11.15:45:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449848734.3.0.223528011241.issue25840@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think it is worth adding as a special case.  Itertools has it because of what itertools is (a mini-language for manipulating iterables), but the legacy filter function has no reason to grow additional special cases beyond None.  (It's not even clear why it has that one special case :)
History
Date User Action Args
2015-12-11 15:45:34r.david.murraysetrecipients: + r.david.murray, leewz, abarry
2015-12-11 15:45:34r.david.murraysetmessageid: <1449848734.3.0.223528011241.issue25840@psf.upfronthosting.co.za>
2015-12-11 15:45:34r.david.murraylinkissue25840 messages
2015-12-11 15:45:33r.david.murraycreate