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
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to