New submission from Berker Peksag: "Porting Extension Modules to Python 3" document mention about "PyString_*" functions in Python 3. I think the correct prefix should be "PyUnicode_*".
>From https://docs.python.org/3/howto/cporting.html#str-unicode-unification: "Python 3’s str() (PyString_* functions in C) type is equivalent to Python 2’s unicode() (PyUnicode_*)." ---------- assignee: docs@python components: Documentation messages: 230119 nosy: benjamin.peterson, berker.peksag, docs@python priority: normal severity: normal stage: needs patch status: open title: Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3 versions: Python 3.4, Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22748> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com