Closed mdickinson closed 10 years ago
In the docs, we mention that from bigfloat import * shadows some builtins, and then list them. On Python 2.7, cmp is missing from that list.
from bigfloat import *
cmp
In the docs, we mention that
from bigfloat import *
shadows some builtins, and then list them. On Python 2.7,cmp
is missing from that list.