mirror of https://github.com/python/cpython
bpo-35295: Remove outdated comment. (GH-24453)
This commit is contained in:
parent
b6d68aa08b
commit
d938816acf
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue