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

Fix python 2 hashing. #28

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

Make tests for hash compatibility with Fraction Python 3-only.

Fixes #26.