Lisandro Dalcin wrote:
> On Mon, Oct 19, 2009 at 4:07 PM, Robert Bradshaw wrote:
>> You are assuming requiring the c prefix is a good thing--
> 
> Not at all... I hate the 'c' prefix as much as you, but I also hate
> ambiguities, because supporting them could be a lot of work.

I tried to make these things more generic, but allowed a couple of invalid
comparisons doing so. I'll fix that ASAP.


> BTW, Are unicode characters supported by this machinery?

No, only characters that map to a single byte representation (i.e. I simply
checks if the byte string has length 1).

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to