mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Issue #14090: fix some minor C API problems in default branch (3.3)
This commit is contained in:
parent
11cfea9295
commit
0813168e94
8 changed files with 15 additions and 17 deletions
|
|
@ -1615,7 +1615,7 @@ They all return *NULL* or ``-1`` if an exception occurs.
|
|||
ISO-8859-1 if it contains non-ASCII characters".
|
||||
|
||||
|
||||
.. c:function:: int PyUnicode_RichCompare(PyObject *left, PyObject *right, int op)
|
||||
.. c:function:: PyObject* PyUnicode_RichCompare(PyObject *left, PyObject *right, int op)
|
||||
|
||||
Rich compare two unicode strings and return one of the following:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue