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

2019-07-02 Thread Rune Tynan
Rune Tynan added the comment: It has been over a month and I'm still waiting for an updated PR review. I understand if people are busy, but don't want this to just fall through the cracks. -- ___ Python tracker <https://bu

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

2019-04-03 Thread Rune Tynan
Change by Rune Tynan : -- keywords: +patch pull_requests: +12607 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

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

2019-04-03 Thread Rune Tynan
Rune Tynan added the comment: Another inconsistency I've noticed is that the code sometimes refers to Py_ssize_t instances as a 'length' and sometimes as a 'size'. It seems like 'size' is the more common one in the docs, but the headers more often use 

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

2019-03-28 Thread Rune Tynan
Rune Tynan added the comment: I have some interest in making a fix for this. From discussion, I'm thinking that, barring names that already have clear meaning (EG, left/right for things with two parameters): - PyObject* that is unknown type remains `obj` - PyObject* with unicode stri

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

2019-03-26 Thread Rune Tynan
Change by Rune Tynan : -- nosy: +Rune Tynan ___ Python tracker <https://bugs.python.org/issue18697> ___ ___ Python-bugs-list mailing list Unsubscribe: