]> granicus.if.org Git - python/commit
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Mar 2015 22:29:36 +0000 (23:29 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Mar 2015 22:29:36 +0000 (23:29 +0100)
commit31084ba52856329b972b84299b438bf5b73be292
tree0aa36746b0aefcf57c9895e9593d2cc63fca3fe0
parent9eb57c5fa50ed2f57d9320bb575371868316b5f2
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews).
Doc/library/stdtypes.rst
Lib/test/test_buffer.py
Misc/NEWS
Objects/memoryobject.c