Stefan Behnel, 15.01.2011 17:52:
> Vitja Makarov, 15.01.2011 17:44:
>> print "\xff"
>>
>> /tmp/foo.pyx:1:6: String decoding as 'UTF-8' failed. Consider using a
>> byte string or unicode string explicitly, or adjust the source code
>> encoding.
>
> That will go away with the fix. Invalid hex escapes are illegal for both
> byte strings and unicode strings.

Argl. I misread '\xff' as '\xXX', sorry. I'll give it a second try.

Stefan
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to