[issue23632] memoryview doesn't allow tuple-indexing

R. David Murray report at bugs.python.org
Thu Mar 12 13:52:36 CET 2015


R. David Murray added the comment:

Aren't there wider implications of python starting to support tuple indexing?  If we make this work, aren't people going to expect [[1,2], [3,4]][0,1] to work?

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list