Stefan Behnel wrote: > I actually like the way it's in Py3. Unicode is the right thing most of > the time - except when you deal with C-APIs as in Cython, where the best > place to handle unicode is right below the API level, and nowhere else in > your code. :)
This is one of the reasons I think that, in Pyrex, having "xxx" always mean unicode may *not* be the right thing to do. In the midst of a Pyrex module, you're just as likely to be dealing with C data and calls as Python ones. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
