Alternate string object type for PyStringObject(available Python 2.x) in python 3.x?

Chris Rebert clp2 at rebertia.com
Fri May 14 19:02:11 EDT 2010


On Fri, May 14, 2010 at 10:15 AM, MathanK <switch2mathan at gmail.com> wrote:
> What is the replacement in python 3.x for PyStringObject which is available
> in python 2.x?

PyUnicodeObject or PyBytesObject depending on your use case.

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list