[pypy-commit] pypy setitem2d: document and close branch

mattip pypy.commits at gmail.com
Thu Jun 20 18:42:57 EDT 2019


Author: Matti Picus <matti.picus at gmail.com>
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)


More information about the pypy-commit mailing list