From: Chris Rebert on 14 May 2010 19:02 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
|
Pages: 1 Prev: Including a remote file -- permission denied? Next: help need to write a python spell checker |