[Python-checkins] cpython (2.7): Add missing versionadded (fixes #12392)

eric.araujo python-checkins at python.org
Sat Nov 5 17:55:11 CET 2011


http://hg.python.org/cpython/rev/8ea34a74f118
changeset:   73377:8ea34a74f118
branch:      2.7
parent:      73372:34c9465f5023
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Nov 05 17:55:03 2011 +0100
summary:
  Add missing versionadded (fixes #12392)

files:
  Doc/library/functions.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -123,6 +123,8 @@
 
    Without an argument, an array of size 0 is created.
 
+   .. versionadded:: 2.6
+
 
 .. function:: callable(object)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list