mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
bpo-35295: Remove outdated comment. (GH-24453)
(cherry picked from commit d938816acf
)
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
parent
29584aa6ac
commit
b0b01811bb
1 changed files with 0 additions and 7 deletions
|
@ -760,13 +760,6 @@ PyAPI_FUNC(const char *) PyUnicode_AsUTF8AndSize(
|
||||||
|
|
||||||
Use of this API is DEPRECATED since no size information can be
|
Use of this API is DEPRECATED since no size information can be
|
||||||
extracted from the returned data.
|
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);
|
PyAPI_FUNC(const char *) PyUnicode_AsUTF8(PyObject *unicode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue