On Feb 2, 3:28 am, Steven D'Aprano <ste...@remove.this.cybersource.com.au> wrote: > > There is no module numbers in the standard library, at least not in 2.5.
It's new in 2.6 (and 3.0, I think; it's there in 3.1, anyway). It provides abstract base classes for numeric types; see the fractions module source for some of the ways it can be used. Here are the docs: http://docs.python.org/library/numbers.html and also PEP 3141, on which it's based: http://www.python.org/dev/peps/pep-3141/ -- Mark -- http://mail.python.org/mailman/listinfo/python-list