Just noticed, when deriving from tuple, pylint complains about tuple incompleteness:
R0924: Badly implemented Container, implements __getitem__, __len__ but not __delitem__, __setitem__ Well, tuple is immutable, hence no delitem/setitem. Regards, Andreas The information contained in this e-mail message is privileged and confidential and is for the exclusive use of the addressee. The person who receives this message and who is not the addressee, one of his employees or an agent entitled to hand it over to the addressee, is informed that he may not use, disclose or reproduce the contents thereof, and is kindly asked to notify the sender and delete the e-mail immediately.
_______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects