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 loewis
Recipients loewis, skrah
Date 2012-08-11.07:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344671651.15.0.645751639756.issue15622@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce:

>>> memoryview(array.array('B',b'foo')).cast('c').tolist()
[b'f', b'o', b'o']
History
Date User Action Args
2012-08-11 07:54:11loewissetrecipients: + loewis, skrah
2012-08-11 07:54:11loewissetmessageid: <1344671651.15.0.645751639756.issue15622@psf.upfronthosting.co.za>
2012-08-11 07:54:10loewislinkissue15622 messages
2012-08-11 07:54:10loewiscreate