where is the PyString_AsString in Python 3.0?

Benjamin Peterson benjamin at python.org
Fri Mar 6 07:50:58 EST 2009


BigHand <heweiwei <at> gmail.com> writes:

> 
> Guys:
> I know that there is no PyString_AsString in Python3.0,
> could you guys give me instruction about how can I do with the
> following ?

There is no PyString_AsString. Everything string is unicode now. (PyUnicode API)






More information about the Python-list mailing list