Add note about this PEP needing to be rewritten.
This commit is contained in:
parent
1970afe1fa
commit
10bcc45a43
|
@ -17,6 +17,11 @@ Numbering Note
|
||||||
This PEP started its life as PEP 367. Since it is now targeted
|
This PEP started its life as PEP 367. Since it is now targeted
|
||||||
for Python 3000, it has been moved into the 3xxx space.
|
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
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue