]> granicus.if.org Git - python/commitdiff
Argument Clinic: added missing bit of info in howto
authorTal Einat <taleinat@gmail.com>
Sat, 16 May 2015 11:12:15 +0000 (14:12 +0300)
committerTal Einat <taleinat@gmail.com>
Sat, 16 May 2015 11:12:15 +0000 (14:12 +0300)
Doc/howto/clinic.rst

index cb208d50b1dcade9aac9c3fef642dc3ba441da51..4ff475fb3fbda2573a705611487bde7ec7eeaf42 100644 (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``