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, serhiy.storchaka, skrah
Date 2015-03-12.13:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426167356.3.0.177542010249.issue23632@psf.upfronthosting.co.za>
In-reply-to
Content
Sub-views are not as easily implemented. Besides, they create an intermediate object which is immediately thrown away. And tuple indexing is a very common idiom in the Numpy universe.
History
Date User Action Args
2015-03-12 13:35:56pitrousetrecipients: + pitrou, r.david.murray, skrah, serhiy.storchaka
2015-03-12 13:35:56pitrousetmessageid: <1426167356.3.0.177542010249.issue23632@psf.upfronthosting.co.za>
2015-03-12 13:35:56pitroulinkissue23632 messages
2015-03-12 13:35:56pitroucreate