Inheriting from object
Benji York
benji at benjiyork.com
Wed Jun 29 17:44:14 EDT 2005
More information about the Python-list mailing list
Wed Jun 29 17:44:14 EDT 2005
- Previous message (by thread): Inheriting from object
- Next message (by thread): Inheriting from object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fuzzyman wrote: > Also, can anyone explain any tangible benefit of inheriting from > object, when not explicitly using any features of new style classes ? One reason is that properties won't work correctly. -- Benji York
- Previous message (by thread): Inheriting from object
- Next message (by thread): Inheriting from object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list