Jared Grubb wrote:
I want a function that removes values from a list if a predicate evaluates to True. The best I could come up with is:

Have a look at the itertools module, and the ifilter function
in particular.

TJG
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to