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

INADA Naoki report at bugs.python.org
Sun Apr 1 01:26:13 EDT 2018


New submission from INADA Naoki <songofacandy at gmail.com>:

https://docs.python.org/3/c-api/arg.html

Py_UNICODE usage is not deprecated in this document.
Before thinking about raising warning, deprecate it in document first.

But... from when?  Can I backport the "deprecated" doc to 3.6 or 3.5?

----------
assignee: docs at python
components: Documentation
messages: 314761
nosy: docs at python, inada.naoki
priority: normal
severity: normal
status: open
title: PyArg_Parse* should deprecate 'u' and 'z' family.
versions: Python 3.7, Python 3.8

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


More information about the docs mailing list