[issue22748] Porting Extension Modules to Python 3 documentation mention about PyString_* functions in Python 3

Berker Peksag report at bugs.python.org
Tue Oct 28 05:44:29 CET 2014


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 at python
components: Documentation
messages: 230119
nosy: benjamin.peterson, berker.peksag, docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue22748>
_______________________________________


More information about the Python-bugs-list mailing list