Author: Matti Picus <[email protected]> Branch: mro-reorder-numpypy-str Changeset: r65888:e080a2fb9496 Date: 2013-08-02 06:27 +0300 http://bitbucket.org/pypy/pypy/changeset/e080a2fb9496/
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 @@ -58,3 +58,7 @@ .. branch: foldable-getarrayitem-indexerror Constant-fold reading out of constant tuples in PyPy. +.. branch: mro-reorder-numpypy-str +No longer delegate numpy string_ methods to space.StringObject, in numpy +this works by kind of by accident. Support for merging the refactor-str-types +branch _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
