[docs] [issue33195] PyArg_Parse* should deprecate 'u' and 'z' family.

Serhiy Storchaka report at bugs.python.org
Sun Apr 1 03:18:19 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

See also issue24009. We should get rid of using these units in the stdlib.

I'm not sure about deprecating Py_BuildValue() units right now. They can be redefined in terms of wchar_t, and they are already implemented with PyUnicode_FromWideChar().

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33195>
_______________________________________


More information about the docs mailing list