mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-35295: Remove outdated comment. (GH-24453)
This commit is contained in:
parent
b6d68aa08b
commit
d938816acf
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue