[Python-3000] ABC method mismatch

Raymond Hettinger python at rcn.com
Wed Feb 6 23:29:39 CET 2008


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


More information about the Python-3000 mailing list