Author: Matti Picus <[email protected]> Branch: setitem2d Changeset: r96832:50bd9ba82535 Date: 2019-06-21 01:40 +0300 http://bitbucket.org/pypy/pypy/changeset/50bd9ba82535/
Log: document and close branch diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -12,3 +12,7 @@ .. branch: winmultiprocessing Improve multiprocessing support on win32 + +.. branch: setitem2d + +Allow 2d indexing in ``memoryview.__setitem__`` (issue bb-3028) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
