Support fractional and floating-point rate values. I did this change on my copy and it does Just Works, Fraction's __str__() method returns the right thing. I realize this might have to be changed in other places but here's a start and if you wanted to accept this change I'm happy to hit other places.
Support fractional and floating-point rate values. I did this change on my copy and it does Just Works, Fraction's
__str__()
method returns the right thing. I realize this might have to be changed in other places but here's a start and if you wanted to accept this change I'm happy to hit other places.