Message194755
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(). |
|
| Date |
User |
Action |
Args |
| 2013-08-09 18:48:46 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, ezio.melotti, docs@python |
| 2013-08-09 18:48:46 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-08-09 18:48:46 | serhiy.storchaka | link | issue18697 messages |
| 2013-08-09 18:48:46 | serhiy.storchaka | create | |
|