[issue18697] Unify arguments names in Unicode object C API documentation

Serhiy Storchaka report at bugs.python.org
Fri Aug 9 20:48:46 CEST 2013


New submission from Serhiy Storchaka:

In declarations of Unicode object C API functions in Doc/c-api/unicode.rst the first Unicode object argument has different names: "unicode", "str", "u", "s". It will be good to unify these names.

Of course there is no need to change reasonable argument names for such functions as PyUnicode_Concat() or PyUnicode_CopyCharacters().

----------
assignee: docs at python
components: Documentation, Unicode
keywords: easy
messages: 194755
nosy: docs at python, ezio.melotti, haypo, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Unify arguments names in Unicode object C API documentation
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18697>
_______________________________________


More information about the Python-bugs-list mailing list