From: Éric Araujo Date: Sat, 5 Nov 2011 16:55:03 +0000 (+0100) Subject: Add missing versionadded (fixes #12392) X-Git-Tag: v2.7.3rc1~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=972ba9e41f457007570b3de0a54e934881c7281e;p=python Add missing versionadded (fixes #12392) --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index a5dacc68dc..69f5d64ca5 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -123,6 +123,8 @@ available. They are listed here in alphabetical order. Without an argument, an array of size 0 is created. + .. versionadded:: 2.6 + .. function:: callable(object)