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 skrah
Recipients pitrou, r.david.murray, serhiy.storchaka, skrah
Date 2015-03-14.18:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426357539.67.0.443643453087.issue23632@psf.upfronthosting.co.za>
In-reply-to
Content
It turns out that msg237933 was too simplistic: There are some
intricacies of numpy array indexing that *are* very complex:

  http://docs.scipy.org/doc/numpy/reference/arrays.indexing.html


In particular, x[::2, 1, ::2] is not necessarily equal to
x[::2][1][::2].
History
Date User Action Args
2015-03-14 18:25:39skrahsetrecipients: + skrah, pitrou, r.david.murray, serhiy.storchaka
2015-03-14 18:25:39skrahsetmessageid: <1426357539.67.0.443643453087.issue23632@psf.upfronthosting.co.za>
2015-03-14 18:25:39skrahlinkissue23632 messages
2015-03-14 18:25:39skrahcreate