Argument Clinic: added missing bit of info in howto

This commit is contained in:
Tal Einat 2015-05-16 14:12:15 +03:00
parent c784c6db60
commit 97fceee3b9
1 changed files with 1 additions and 0 deletions

View File

@ -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``