New submission from Jay Wren <[email protected]>: 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 <[email protected]> <https://bugs.pypy.org/issue1417> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
