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 lgautier, mattip, ncoghlan, pitrou, skrah
Date 2019-01-29.13:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548770252.78.0.73726200198.issue34778@roundup.psfhosted.org>
In-reply-to
Content
CC Antoine and Nick.

I think we can do it, but we'd need cast(shape=[2,3], order='F')
to allow casting back.

The only practical objections are feature creep. To preserve
symmetry with tobytes(), we'd need to add tobytes('F') (and
tobytes('A')).
History
Date User Action Args
2019-01-29 13:57:34skrahsetrecipients: + skrah, ncoghlan, pitrou, lgautier, mattip
2019-01-29 13:57:32skrahsetmessageid: <1548770252.78.0.73726200198.issue34778@roundup.psfhosted.org>
2019-01-29 13:57:32skrahlinkissue34778 messages
2019-01-29 13:57:32skrahcreate