]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
authorInada Naoki <songofacandy@gmail.com>
Tue, 30 Jun 2020 06:24:06 +0000 (15:24 +0900)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 06:24:06 +0000 (15:24 +0900)
Doc/c-api/unicode.rst

index b1787ed1ce89cf080cb1b887fe57620eee58bce5..05151838a60dee26fb26357a977c50c6ab15849c 100644 (file)
@@ -705,6 +705,8 @@ Extension modules can continue using them, as they will not be removed in Python
    :c:func:`PyUnicode_AsWideChar`, :c:func:`PyUnicode_ReadChar` or similar new
    APIs.
 
+   .. deprecated-removed:: 3.3 3.10
+
 
 .. c:function:: PyObject* PyUnicode_TransformDecimalToASCII(Py_UNICODE *s, Py_ssize_t size)