[Python-3000] Str v. Unicode in C?

skip at pobox.com skip at pobox.com
Wed Aug 22 21:55:06 CEST 2007


If I want to check an object for stringedness in py3k do I use
PyString_Check or PyUnicode_Check?

Thx,

Skip



More information about the Python-3000 mailing list