Message355478
> (Right now) write an exhaustive list of all deprecated APIs: functions, constants, types, etc.
I searched "4.0" in the documentation:
* Py_UNICODE type
* array.array: "u" type
* PyArg_ParseTuple, Py_BuildValue: "u", "u#", "Z", "Z#" formats
* PyUnicode_FromUnicode()
* PyUnicode_GetSize(), PyUnicode_GET_SIZE()
* PyUnicode_AsUnicode(), PyUnicode_AS_UNICODE(), PyUnicode_AS_DATA()
* PyUnicode_AsUnicodeAndSize()
* PyUnicode_AsUnicodeCopy()
* PyUnicode_FromObject()
* PyLong_FromUnicode()
* PyUnicode_TransformDecimalToASCII()
* PyUnicode_Encode()
* PyUnicode_EncodeUTF7()
* PyUnicode_EncodeUTF8()
* PyUnicode_EncodeUTF32()
* PyUnicode_EncodeUTF16()
* PyUnicode_EncodeUnicodeEscape()
* PyUnicode_EncodeRawUnicodeEscape()
* PyUnicode_EncodeLatin1()
* PyUnicode_EncodeASCII()
* PyUnicode_EncodeMBCS()
* PyUnicode_EncodeCharmap()
* PyUnicode_TranslateCharmap() |
|
Date |
User |
Action |
Args |
2019-10-27 16:15:56 | vstinner | set | recipients:
+ vstinner |
2019-10-27 16:15:56 | vstinner | set | messageid: <1572192956.9.0.665945669721.issue38604@roundup.psfhosted.org> |
2019-10-27 16:15:56 | vstinner | link | issue38604 messages |
2019-10-27 16:15:56 | vstinner | create | |
|