The tuple class is registered to the collections.Sequence ABC, but it does not support count() and index() as required by the ABC. Do you want to drop those methods from the ABC or add them to tuple? Raymond