Anne Archibald wrote: > > P.S. reduce isn't even a numpy thing, it's one of python's > much-neglected lispy functions. >
It looks like reduce(), map(), and filter() are going away for Python 3.0 since GvR believes that they are redundant and list comprehensions and generator expressions are more readable alternatives. lambda was on the block as well, but will be retained. # Steve _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion