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:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344671333.76.0.693259168971.issue15622@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3118 specifies that the 'c'format denotes UCS-1 characters, yet .tolist() converts the memoryview into a list of bytes objects. This is incorrect; it ought to be a list of string objects (as it should for 'u' and 'w' codes). The same holds for item access.
History
Date User Action Args
2012-08-11 07:48:53loewissetrecipients: + loewis, skrah
2012-08-11 07:48:53loewissetmessageid: <1344671333.76.0.693259168971.issue15622@psf.upfronthosting.co.za>
2012-08-11 07:48:53loewislinkissue15622 messages
2012-08-11 07:48:52loewiscreate