mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Argument Clinic: added missing bit of info in howto
This commit is contained in:
parent
c784c6db60
commit
97fceee3b9
1 changed files with 1 additions and 0 deletions
|
|
@ -826,6 +826,7 @@ on the right is the text you'd replace it with.
|
|||
``'I'`` ``unsigned_int(bitwise=True)``
|
||||
``'k'`` ``unsigned_long(bitwise=True)``
|
||||
``'K'`` ``unsigned_PY_LONG_LONG(bitwise=True)``
|
||||
``'l'`` ``long``
|
||||
``'L'`` ``PY_LONG_LONG``
|
||||
``'n'`` ``Py_ssize_t``
|
||||
``'O'`` ``object``
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue