Author: Ronan Lamy <[email protected]> Branch: indexing Changeset: r78608:be6254daf0c7 Date: 2015-07-20 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/be6254daf0c7/
Log: Document the branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -43,3 +43,6 @@ Improve compatibility with numpy dtypes; handle offsets to create unions, fix str() and repr(), allow specifying itemsize, metadata and titles, add flags, allow subclassing dtype + +.. branch: indexing +Refactor array indexing to support ellipses. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
