[Python-Dev] Community buildbots (original) (raw)
Giovanni Bajo rasky at develer.com
Fri Jul 14 11:06:17 CEST 2006
- Previous message: [Python-Dev] Community buildbots
- Next message: [Python-Dev] Community buildbots
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
"from future import newclasses" exists, but the syntax is different:
metaclass = type Although it's not a very obvious spelling, particularly to the casual reader who may not be familiar with the intricacies of classes and metaclasses. I don't think it would hurt to have it available as a future import as well. There's also the advantage that all of a module's future assumptions could then be documented uniformly in one place, i.e. in a future import at the top.
+1.
Giovanni Bajo
- Previous message: [Python-Dev] Community buildbots
- Next message: [Python-Dev] Community buildbots
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]