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 agiovannucci
Recipients agiovannucci
Date 2017-03-07.00:16:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488845797.14.0.556609006147.issue29744@psf.upfronthosting.co.za>
In-reply-to
Content
The previous version 2.7.12 was returning a memmap file when slicing with a list of integers, now it returns an array. This affects the behaviour of several functions in my package. Is that an aware choice or a side product of some other change?
History
Date User Action Args
2017-03-07 00:16:37agiovannuccisetrecipients: + agiovannucci
2017-03-07 00:16:37agiovannuccisetmessageid: <1488845797.14.0.556609006147.issue29744@psf.upfronthosting.co.za>
2017-03-07 00:16:37agiovannuccilinkissue29744 messages
2017-03-07 00:16:36agiovannuccicreate