Tim Peters writes:
1. Fixes float divmod so that the quotient it returns is always an integral value. 2. Fixes float % and float divmod so that the remainder always gets the right sign (the current code uses a "are the signs different?" test that doesn't work half the time <wink> when the product of the divisor and the remainder underflows to 0).
G
Guido van Rossum committed
9263e78ff22a5aaa0c2b460df966e048dd28f90d
Parent: 8e40759