]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jun 2020 08:49:09 +0000 (01:49 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 08:49:09 +0000 (01:49 -0700)
(cherry picked from commit 2ea6a9928e4fa135888cc8f4733c28d93e642301)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/c-api/unicode.rst

index 2bf4a0f56bc8a3a344ea677f1b00cdf501050166..b261efe2ba477778cea9c5283e5edb2bb0612169 100644 (file)
@@ -700,6 +700,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)