[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
- Previous message: [Python-3000] ABC PEP isinstance issue Was: PEP 31XX: A Type Hierarchy for Numbers (and other algebraic entities)
- Next message: [Python-3000] ABC PEP -- dropping set.clear
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. :)
- Previous message: [Python-3000] ABC PEP isinstance issue Was: PEP 31XX: A Type Hierarchy for Numbers (and other algebraic entities)
- Next message: [Python-3000] ABC PEP -- dropping set.clear
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]