[Python-checkins] peps: Add PyUnicode_GetMax to the list of deprecated functions.

ezio.melotti python-checkins at python.org
Thu Sep 29 00:01:28 CEST 2011


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


More information about the Python-checkins mailing list