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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, Arfrever, Dag.Sverre.Seljebotn, belopolsky, christian.heimes, georg.brandl, loewis, mark.dickinson, meador.inge, ncoghlan, pitrou, python-dev, scoder, skrah, vstinner
Date 2012-09-03.13:01:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7h-xaO=JUZCP7VpcXLsxBMHu-k6MBxTtv5QFEHhtBD+cRahQ@mail.gmail.com>
In-reply-to <1346675898.83.0.337835500195.issue15814@psf.upfronthosting.co.za>
Content
On Mon, Sep 3, 2012 at 8:38 AM, Stefan Krah <report@bugs.python.org> wrote:
> I don't see what could possibly be ill-defined about using the
> tobytes() definition for ND-arrays. In all places memoryview now
> uses the logical array, which is displayed by tolist().

+1.  The key restriction is that to byte views.  ND aspect does not
complicate the logic once .tobytes() is properly implemented.
History
Date User Action Args
2012-09-03 13:01:21Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, loewis, georg.brandl, mark.dickinson, ncoghlan, belopolsky, pitrou, scoder, vstinner, christian.heimes, Arfrever, skrah, meador.inge, python-dev, Dag.Sverre.Seljebotn
2012-09-03 13:01:20Alexander.Belopolskylinkissue15814 messages
2012-09-03 13:01:20Alexander.Belopolskycreate