bpo-35295: Remove outdated comment. (GH-24453)

This commit is contained in:
Inada Naoki 2021-02-05 13:21:28 +09:00 committed by GitHub
parent b6d68aa08b
commit d938816acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -737,13 +737,6 @@ PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
Use of this API is DEPRECATED since no size information can be Use of this API is DEPRECATED since no size information can be
extracted from the returned data. extracted from the returned data.
*** This API is for interpreter INTERNAL USE ONLY and will likely
*** be removed or changed for Python 3.1.
*** If you need to access the Unicode object as UTF-8 bytes string,
*** please use PyUnicode_AsUTF8String() instead.
*/ */
PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode); PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode);