Robert Bradshaw wrote: > I'm not sure. It depends on if it's just the idea of a "system default > encoding" that's deprecated, or if the slot containing a encoded > reference is going away.
My reading of it is that the slot is still there and still supported, but that it always contains utf8, and the right way to access it is via PyString_AsUTF8String(). -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
