mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
This commit is contained in:
parent
4c12a2db15
commit
8768df2fe9
2 changed files with 11 additions and 0 deletions
|
@ -2770,6 +2770,9 @@ PyUnicode_FromFormatV:PyObject*::+1:
|
|||
PyUnicode_FromFormatV:const char*:format::
|
||||
PyUnicode_FromFormatV:va_list:args::
|
||||
|
||||
PyUnicode_FromOrdinal:PyObject*::+1:
|
||||
PyUnicode_FromOrdinal:int:ordinal::
|
||||
|
||||
PyUnicode_Append:void:::
|
||||
PyUnicode_Append:PyObject**:p_left:0:
|
||||
PyUnicode_Append:PyObject*:right::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue