A new pull request has been opened by Michael Blume. MichaelBlume/pypy has changes to be pulled into pypy/pypy.
https://bitbucket.org/pypy/pypy/pull-request/59/allow-newindex-functionality-in-numpy Title: allow [newindex] functionality in NumPy numpy allows: newindex = None a = array([1,2,3]) a[newindex] array([[1,2,3]]) This adds that. Changes to be pulled: 4805ca9b8d4c by Michael Blume: "hack in support for [None] to create new index" b3eff16f15be by Michael Blume: "add simple (failing) tests for newindex" -- This is an issue notification from bitbucket.org. You are receiving this either because you are the participating in a pull request, or you are following it. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit