[EMAIL PROTECTED] wrote: > bruno at modulix>Since the class statement without superclass actually > creates an old-style class, I'd expect the "class MyClass():" variant > to behave the same.< > > In Python 3.0 I really hope the > > class C: pass > class C(): pass > class C(object): pass > > will mean the same thing.
Yes, but this is for 3.0. Actually we're still at 2.5. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list