This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2019-10-27.16:15:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572192956.9.0.665945669721.issue38604@roundup.psfhosted.org>
In-reply-to
Content
> (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()
History
Date User Action Args
2019-10-27 16:15:56vstinnersetrecipients: + vstinner
2019-10-27 16:15:56vstinnersetmessageid: <1572192956.9.0.665945669721.issue38604@roundup.psfhosted.org>
2019-10-27 16:15:56vstinnerlinkissue38604 messages
2019-10-27 16:15:56vstinnercreate