This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, ezio.melotti, serhiy.storchaka, vstinner
Date 2013-08-09.18:48:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376074126.58.0.40251146149.issue18697@psf.upfronthosting.co.za>
In-reply-to
Content
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().
History
Date User Action Args
2013-08-09 18:48:46serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, docs@python
2013-08-09 18:48:46serhiy.storchakasetmessageid: <1376074126.58.0.40251146149.issue18697@psf.upfronthosting.co.za>
2013-08-09 18:48:46serhiy.storchakalinkissue18697 messages
2013-08-09 18:48:46serhiy.storchakacreate