Add note about this PEP needing to be rewritten.

This commit is contained in:
Guido van Rossum 2008-05-21 20:39:36 +00:00
parent 1970afe1fa
commit 10bcc45a43
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ Numbering Note
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
========