From: Raymond Hettinger Date: Wed, 25 Feb 2009 01:08:27 +0000 (+0000) Subject: Remove reference to zero argument form of super() in 2.x docs. X-Git-Tag: v2.6.2c1~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65c8655e33de02ba1e6a64e7df38d5e9f4ef595f;p=thirdparty%2FPython%2Fcpython.git Remove reference to zero argument form of super() in 2.x docs. --- diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 20b8644be4c4..e0bc8d748351 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