We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f388f commit 16f4517Copy full SHA for 16f4517
Doc/c-api/long.rst
@@ -96,9 +96,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
96
97
.. c:function:: PyObject* PyLong_FromUnicode(Py_UNICODE *u, Py_ssize_t length, int base)
98
99
- Convert a sequence of Unicode digits to a Python integer value. The Unicode
100
- string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
101
- and then converted using :c:func:`PyLong_FromString`.
+ Convert a sequence of Unicode digits to a Python integer value.
102
103
.. deprecated-removed:: 3.3 3.10
104
Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
0 commit comments