Message194755
| 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:46 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ezio.melotti, docs@python |
| 2013-08-09 18:48:46 | serhiy.storchaka | set | messageid: <1376074126.58.0.40251146149.issue18697@psf.upfronthosting.co.za> |
| 2013-08-09 18:48:46 | serhiy.storchaka | link | issue18697 messages |
| 2013-08-09 18:48:46 | serhiy.storchaka | create | |