Skip to content

Commit d938816

Browse files
authored
bpo-35295: Remove outdated comment. (pythonGH-24453)
1 parent b6d68aa commit d938816

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Include/cpython/unicodeobject.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -737,13 +737,6 @@ PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
737737
738738
Use of this API is DEPRECATED since no size information can be
739739
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-
747740
*/
748741

749742
PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode);

0 commit comments

Comments
 (0)