From: Chris Rebert on
On Fri, May 14, 2010 at 10:15 AM, MathanK <switch2mathan(a)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