Skip to content

Commit 02134da

Browse files
authored
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
1 parent 119de0e commit 02134da

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
@@ -100,7 +100,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
100100
string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
101101
and then converted using :c:func:`PyLong_FromString`.
102102
103-
.. deprecated-removed:: 3.3 4.0
103+
.. deprecated-removed:: 3.3 3.10
104104
Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
105105
:c:func:`PyLong_FromUnicodeObject`.
106106

0 commit comments

Comments
 (0)