Francesco Bochicchio wrote: > Anyway i think that list.extract( old_list, predicate ) -> new_list > would be a nice addition to the standard library You could use filter( predicate, old_list ) -> new_list -- HansM