Robert Bradshaw, 25.11.2009 19:54:
> You can still use str in Python 3, it's  
> just that str -> char* will not happen automatically.

Slight clarification: "str -> char* will not happen automatically" is also
true for Py2. 'bytes' is the only type that automatically coerces from and
to char*.

Stefan

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

Reply via email to