]> granicus.if.org Git - python/commitdiff
Add missing versionadded (fixes #12392)
authorÉric Araujo <merwok@netwok.org>
Sat, 5 Nov 2011 16:55:03 +0000 (17:55 +0100)
committerÉric Araujo <merwok@netwok.org>
Sat, 5 Nov 2011 16:55:03 +0000 (17:55 +0100)
Doc/library/functions.rst

index a5dacc68dcb83f77b8da8fd9b478e5995f60f5e6..69f5d64ca5c5d383de3fabdeb4d06d6f5a2f417b 100644 (file)
@@ -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)