Skip to content

Commit ea16430

Browse files
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
(cherry picked from commit 02134da) Co-authored-by: Inada Naoki <[email protected]>
1 parent cb53b8c commit ea16430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
102102
string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
103103
and then converted using :c:func:`PyLong_FromString`.
104104
105-
.. deprecated-removed:: 3.3 4.0
105+
.. deprecated-removed:: 3.3 3.10
106106
Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
107107
:c:func:`PyLong_FromUnicodeObject`.
108108

0 commit comments

Comments
 (0)