[Python-ideas] string codes & substring equality

Chris Angelico rosuav at gmail.com
Wed Nov 27 17:00:19 CET 2013


On Thu, Nov 28, 2013 at 2:53 AM, Masklinn <masklinn at masklinn.net> wrote:
> On 2013-11-27, at 16:43 , Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
>> Python 3.3.3 on Windows 7 TypeError: memory view: str object does not have the buffer interface.
>
> Yes, you need to operate on bytes to use memoryviews.

Meaning you can't use memoryviews to poke around with Unicode ordinals.

ChrisA


More information about the Python-ideas mailing list