diff options
author | Inada Naoki <songofacandy@gmail.com> | 2021-02-05 04:21:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 04:21:28 (GMT) |
commit | d938816acf71a74f1bd13fdf0534b3d9ea962e44 (patch) | |
tree | 58ad2be641ee5c2fcdb8b20767c27a099437be28 /Include/cpython/unicodeobject.h | |
parent | b6d68aa08baebb753534a26d537ac3c0d2c21c79 (diff) | |
download | cpython-d938816acf71a74f1bd13fdf0534b3d9ea962e44.zip cpython-d938816acf71a74f1bd13fdf0534b3d9ea962e44.tar.gz cpython-d938816acf71a74f1bd13fdf0534b3d9ea962e44.tar.bz2 |
bpo-35295: Remove outdated comment. (GH-24453)
Diffstat (limited to 'Include/cpython/unicodeobject.h')
-rw-r--r-- | Include/cpython/unicodeobject.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Include/cpython/unicodeobject.h b/Include/cpython/unicodeobject.h index a4057fd..30bf994 100644 --- a/Include/cpython/unicodeobject.h +++ b/Include/cpython/unicodeobject.h @@ -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); |