]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35295: Remove outdated comment. (GH-24453)
authorInada Naoki <songofacandy@gmail.com>
Fri, 5 Feb 2021 04:21:28 +0000 (13:21 +0900)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 04:21:28 +0000 (13:21 +0900)
Include/cpython/unicodeobject.h

index a4057fd2a13edb6ddc700066313584ae199884cd..30bf994cda35bebe23fd3eccfdf81fe7eb2693cc 100644 (file)
@@ -737,13 +737,6 @@ PyAPI_FUNC(int) _PyUnicode_FormatAdvancedWriter(
 
    Use of this API is DEPRECATED since no size information can be
    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);