We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d68aa commit d938816Copy full SHA for d938816
Include/cpython/unicodeobject.h
@@ -737,13 +737,6 @@ PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
737
738
Use of this API is DEPRECATED since no size information can be
739
extracted from the returned data.
740
-
741
- *** This API is for interpreter INTERNAL USE ONLY and will likely
742
- *** be removed or changed for Python 3.1.
743
744
- *** If you need to access the Unicode object as UTF-8 bytes string,
745
- *** please use PyUnicode_AsUTF8String() instead.
746
747
*/
748
749
PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode);
0 commit comments