[Python-Dev] Breaking undocumented API

Alexander Belopolsky alexander.belopolsky at gmail.com
Tue Nov 16 18:13:57 CET 2010


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 PyUnicode_AppendAndDel(). It's somewhat
> obscure and given that we already have PyUnicode_Concat(), 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?


More information about the Python-Dev mailing list