(original) (raw)

changeset: 3950:9a154edf18e6 user: Ezio Melotti date: Thu Sep 29 01:01:23 2011 +0300 files: pep-0393.txt description: Add PyUnicode_GetMax to the list of deprecated functions. diff -r ec90ccb58ec1 -r 9a154edf18e6 pep-0393.txt --- a/pep-0393.txt Wed Sep 28 00:09:37 2011 +0200 +++ b/pep-0393.txt Thu Sep 29 01:01:23 2011 +0300 @@ -300,6 +300,7 @@ PyUnicode_TransformDecimalToASCII - Py_UNICODE_{strlen, strcat, strcpy, strcmp, strchr, strrchr} - PyUnicode_AsUnicodeCopy +- PyUnicode_GetMax _PyUnicode_AsDefaultEncodedString is removed. It previously returned a borrowed reference to an UTF-8-encoded bytes object. Since the unicode