[Python-checkins] r69960 - python/branches/release26-maint/Doc/library/functions.rst

raymond.hettinger python-checkins at python.org
Wed Feb 25 02:08:27 CET 2009


Author: raymond.hettinger
Date: Wed Feb 25 02:08:27 2009
New Revision: 69960

Log:
Remove reference to zero argument form of super() in 2.x docs.

Modified:
   python/branches/release26-maint/Doc/library/functions.rst

Modified: python/branches/release26-maint/Doc/library/functions.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/functions.rst	(original)
+++ python/branches/release26-maint/Doc/library/functions.rst	Wed Feb 25 02:08:27 2009
@@ -1240,8 +1240,7 @@
 
    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
 


More information about the Python-checkins mailing list