[Python-3000] super() PEP (original) (raw)
Phillip J. Eby pje at telecommunity.com
Tue May 1 01:52:48 CEST 2007
- Previous message: [Python-3000] super() PEP
- Next message: [Python-3000] Revised PEPs 30XZ: remove implicit string concatenation and backslash continuation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 04:10 PM 4/30/2007 -0700, Guido van Rossum wrote:
And don't get me started abut init. Constructors don't do cooperative MI, period.
Actually, metaclass init's do. In fact, they have to.
Right now, we get away with it because the type(name, bases, dict) signature is fixed. Once we add keyword args, though, things will get hairier.
- Previous message: [Python-3000] super() PEP
- Next message: [Python-3000] Revised PEPs 30XZ: remove implicit string concatenation and backslash continuation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]