From afe496dc4694fe3c01eaaf573571607e2e912467 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 25 Feb 2009 01:06:52 +0000 Subject: [PATCH] Remove reference to zero argument form of super() in 2.x docs. --- Doc/library/functions.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 20b8644be4c..e0bc8d74835 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1240,8 +1240,7 @@ available. They are listed here in alphabetical order. Also note that :func:`super` is not limited to use inside methods. The two argument form specifies the arguments exactly and makes the appropriate - references. The zero argument form automatically searches the stack frame - for the class (``__class__``) and the first argument. + references. .. versionadded:: 2.2