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.
In the docs, we mention that
from bigfloat import *shadows some builtins, and then list them. On Python 2.7,cmpis missing from that list.