This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, r.david.murray, skrah
Date 2015-03-12.12:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426165058.32.0.716215839789.issue23632@psf.upfronthosting.co.za>
In-reply-to
Content
> If we make this work, aren't people going to expect [[1,2], [3,4]][0,1] to work?

Or even [[1,2], [3,4]][*(0,1)] :-)

But seriously, I don't know. memorview is a pretty specialized object, its semantics have more to do with Numpy (which has been a major inspiration and use case for the buffer protocol's design) than standard Python containers. I wouldn't expect a list of lists to support tuple indexing.
History
Date User Action Args
2015-03-12 12:57:38pitrousetrecipients: + pitrou, r.david.murray, skrah
2015-03-12 12:57:38pitrousetmessageid: <1426165058.32.0.716215839789.issue23632@psf.upfronthosting.co.za>
2015-03-12 12:57:38pitroulinkissue23632 messages
2015-03-12 12:57:38pitroucreate