Steven D'Aprano <steve at REMOVE-THIS-cybersource.com.au> writes: > > implementation in pure Python). Finally, arithmetic would become very > > confusing if there were three distinct numeric types; it already causes > > enough confusion with two! There's already ints, longs, floats, complexes, and decimals. What's the problem with one more?