peps: Add PyUnicode_GetMax to the list of deprecated functions.

Sept. 28, 2011
5:01 p.m.
http://hg.python.org/peps/rev/9a154edf18e6 changeset: 3950:9a154edf18e6 user: Ezio Melotti date: Thu Sep 29 01:01:23 2011 +0300 summary: Add PyUnicode_GetMax to the list of deprecated functions. files: pep-0393.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pep-0393.txt b/pep-0393.txt --- a/pep-0393.txt +++ b/pep-0393.txt @@ -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 -- Repository URL: http://hg.python.org/peps
4914
Age (days ago)
4914
Last active (days ago)
0 comments
1 participants
participants (1)
-
ezio.melotti