[issue14130] memoryview: add multi-dimensional indexing and slicing

Nick Coghlan report at bugs.python.org
Sat Feb 8 10:28:11 CET 2014


Nick Coghlan added the comment:

memoryview supports slicing - it just doesn't support NumPy style *multi-dimensional* slicing (and buffer doesn't support that either).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14130>
_______________________________________


More information about the Python-bugs-list mailing list