Skip to content

Commit b0b0181

Browse files
bpo-35295: Remove outdated comment. (GH-24453)
(cherry picked from commit d938816) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
1 parent 29584aa commit b0b0181

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Include/cpython/unicodeobject.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -760,13 +760,6 @@ PyAPI_FUNC(const char *) PyUnicode_AsUTF8AndSize(
760760
761761
Use of this API is DEPRECATED since no size information can be
762762
extracted from the returned data.
763-
764-
*** This API is for interpreter INTERNAL USE ONLY and will likely
765-
*** be removed or changed for Python 3.1.
766-
767-
*** If you need to access the Unicode object as UTF-8 bytes string,
768-
*** please use PyUnicode_AsUTF8String() instead.
769-
770763
*/
771764

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

0 commit comments

Comments
 (0)