[Python-checkins] r69959 - python/trunk/Doc/library/functions.rst
raymond.hettinger
python-checkins at python.org
Wed Feb 25 02:06:52 CET 2009
Author: raymond.hettinger
Date: Wed Feb 25 02:06:52 2009
New Revision: 69959
Log:
Remove reference to zero argument form of super() in 2.x docs.
Modified:
python/trunk/Doc/library/functions.rst
Modified: python/trunk/Doc/library/functions.rst
==============================================================================
--- python/trunk/Doc/library/functions.rst (original)
+++ python/trunk/Doc/library/functions.rst Wed Feb 25 02:06:52 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