diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-05 16:55:03 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-05 16:55:03 (GMT) |
commit | 972ba9e41f457007570b3de0a54e934881c7281e (patch) | |
tree | fa1d99b319b992c9d0bdc5299fcb883545502e41 /Doc | |
parent | 416ecffcc49941a39ec3109eb20ae9ce558326ea (diff) | |
download | cpython-972ba9e41f457007570b3de0a54e934881c7281e.zip cpython-972ba9e41f457007570b3de0a54e934881c7281e.tar.gz cpython-972ba9e41f457007570b3de0a54e934881c7281e.tar.bz2 |
Add missing versionadded (fixes #12392)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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) |