[pypy-issue] [issue1417] pipe operator does not work as overriden with pipe module

Jay Wren tracker at bugs.pypy.org
Fri Mar 8 23:03:51 CET 2013


New submission from Jay Wren <jrwren at xmtp.net>:

would be nice if I could pip install pipe and then 

evens = xrange(100) | pipe.select(lambda i: i%2==0) | pipe.as_list

----------
messages: 5426
nosy: jrwren, pypy-issue
priority: wish
status: unread
title: pipe operator does not work as overriden with pipe module

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1417>
________________________________________


More information about the pypy-issue mailing list