On Thu, Aug 6, 2009 at 11:51 AM, Sergey Simonenko <[email protected]>wrote:
> I subclass builtin 'dict' in my application and experience some problems > with it. > You should subclass collections.UserDict, and not the default dict class. Refer to the collections module. Also, the ABC MutableMapping might be of your interest. > Another guy have reported me that he experiences similar problems with > subclassing builtin 'list'. Similarly, UserList is what you should subclass. HTH, Ching-Yun "Xavier" Ho, Technical Artist Contact Information Mobile: (+61) 04 3335 4748 Skype ID: SpaXe85 Email: [email protected] Website: http://xavierho.com/
-- http://mail.python.org/mailman/listinfo/python-list
