From 972ba9e41f457007570b3de0a54e934881c7281e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sat, 5 Nov 2011 17:55:03 +0100 Subject: Add missing versionadded (fixes #12392) --- Doc/library/functions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index a5dacc6..69f5d64 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) -- cgit v0.12