[Python-3000] ABC PEP isinstance issue Was: PEP 31XX: A Type Hierarchy for Numbers (and other algebraic entities) (original) (raw)

Phillip J. Eby pje at telecommunity.com
Thu Apr 26 02:31:10 CEST 2007


At 06:10 PM 4/25/2007 -0400, Jim Jewett wrote:

I suspect Phillip will say that we really need to make the ABCs generic functions...

Nope; they're already generic functions: hash(), len(), iter(), various operator.* functions, and I believe we're adding next(). I've got nothing to add to that list. :)



More information about the Python-3000 mailing list