We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb53b8c commit ea16430Copy full SHA for ea16430
Doc/c-api/long.rst
@@ -102,7 +102,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
102
string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
103
and then converted using :c:func:`PyLong_FromString`.
104
105
- .. deprecated-removed:: 3.3 4.0
+ .. deprecated-removed:: 3.3 3.10
106
Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
107
:c:func:`PyLong_FromUnicodeObject`.
108
0 commit comments