From: Tal Einat Date: Sat, 16 May 2015 11:12:15 +0000 (+0300) Subject: Argument Clinic: added missing bit of info in howto X-Git-Tag: v3.5.0b1~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97fceee3b9c7037c1b2328fe96f58ec55eee6b85;p=python Argument Clinic: added missing bit of info in howto --- diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst index cb208d50b1..4ff475fb3f 100644 --- a/Doc/howto/clinic.rst +++ b/Doc/howto/clinic.rst @@ -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``