]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
authorInada Naoki <songofacandy@gmail.com>
Mon, 29 Jun 2020 05:26:27 +0000 (14:26 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 05:26:27 +0000 (14:26 +0900)
Doc/c-api/long.rst

index c5c2aa60dcc35c1d2baf98417fdf5dbc80d2ad24..8ecbe221f2d4e602746da68dd1ded6b73203924b 100644 (file)
@@ -100,7 +100,7 @@ distinguished from a number.  Use :c:func:`PyErr_Occurred` to disambiguate.
    string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
    and then converted using :c:func:`PyLong_FromString`.
 
-   .. deprecated-removed:: 3.3 4.0
+   .. deprecated-removed:: 3.3 3.10
       Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
       :c:func:`PyLong_FromUnicodeObject`.