[Python-Dev] Breaking undocumented API (original) (raw)
Alexander Belopolsky alexander.belopolsky at gmail.com
Tue Nov 16 18:13:57 CET 2010
- Previous message: [Python-Dev] Breaking undocumented API
- Next message: [Python-Dev] Breaking undocumented API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Nov 16, 2010 at 10:38 AM, M.-A. Lemburg <mal at egenix.com> wrote: ..
One API I'm not sure about is PyUnicodeAppendAndDel(). It's somewhat obscure and given that we already have PyUnicodeConcat(), I think it should be made private and eventually dropped.
What about PyUnicode_GetMax()? Isn't that supposed to be Py_UNICODE_GETMAX()? Or better still Py_UNICODE_MAXORDINAL?
- Previous message: [Python-Dev] Breaking undocumented API
- Next message: [Python-Dev] Breaking undocumented API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]