[Python-checkins] r63524 - peps/trunk/pep-3135.txt

guido.van.rossum python-checkins at python.org
Wed May 21 22:39:37 CEST 2008


Author: guido.van.rossum
Date: Wed May 21 22:39:36 2008
New Revision: 63524

Log:
Add note about this PEP needing to be rewritten.


Modified:
   peps/trunk/pep-3135.txt

Modified: peps/trunk/pep-3135.txt
==============================================================================
--- peps/trunk/pep-3135.txt	(original)
+++ peps/trunk/pep-3135.txt	Wed May 21 22:39:36 2008
@@ -17,6 +17,11 @@
 This PEP started its life as PEP 367.  Since it is now targeted
 for Python 3000, it has been moved into the 3xxx space.
 
+NOTE: This PEP needs to be rewritten to match reality.  The actual
+implementation is quite different than what is described here;
+effectively, super() equals to super(C, self) where C is the current
+class and self is the first argument of the current function.
+
 Abstract
 ========
 


More information about the Python-checkins mailing list