Author: Ronan Lamy <[email protected]> Branch: Changeset: r78632:919340f70c2a Date: 2015-07-21 19:40 +0100 http://bitbucket.org/pypy/pypy/changeset/919340f70c2a/
Log: document 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 @@ -45,4 +45,9 @@ allow subclassing dtype .. branch: indexing + Refactor array indexing to support ellipses. + +.. branch: numpy-docstrings + +Allow the docstrings of built-in numpy objects to be set at run-time. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
