mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
43 stars 11 forks source link

Doc bug: `cmp` not mentioned as one of the shadowed builtins. #61

Closed mdickinson closed 10 years ago

mdickinson commented 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.