bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)

This commit is contained in:
Inada Naoki 2020-06-29 14:26:27 +09:00 committed by GitHub
parent 119de0eba8
commit 02134dae44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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` string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
and then converted using :c:func:`PyLong_FromString`. 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 Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
:c:func:`PyLong_FromUnicodeObject`. :c:func:`PyLong_FromUnicodeObject`.