Fuzzyman wrote:
> Hello all,
> 
> I understand that old style classes are slated to disappear in Python 3000.
> 
> Does this mean that the following will be a syntax error :
> 
> class Something:
>     pass
> 
> *or* that instead it will automatically inherit from object ?

Of course, I would say. There's no reason to forbid this in Py3k.

regards,
Georg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to