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 119de0e commit 02134daCopy full SHA for 02134da
Doc/c-api/long.rst
@@ -100,7 +100,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
100
string is first encoded to a byte string using :c:func:`PyUnicode_EncodeDecimal`
101
and then converted using :c:func:`PyLong_FromString`.
102
103
- .. deprecated-removed:: 3.3 4.0
+ .. deprecated-removed:: 3.3 3.10
104
Part of the old-style :c:type:`Py_UNICODE` API; please migrate to using
105
:c:func:`PyLong_FromUnicodeObject`.
106
0 commit comments