diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-11-01 23:12:27 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-11-01 23:12:27 (GMT) |
commit | d2e40d6691899d5969b68cdf967d7b392b4e6e6b (patch) | |
tree | d4623700d71dd98e1a0ab86c838b4170b9a54ad1 /Mac | |
parent | faf0cd21edde392d4d30e2e4f7d9fa2fb9973b71 (diff) | |
download | cpython-d2e40d6691899d5969b68cdf967d7b392b4e6e6b.zip cpython-d2e40d6691899d5969b68cdf967d7b392b4e6e6b.tar.gz cpython-d2e40d6691899d5969b68cdf967d7b392b4e6e6b.tar.bz2 |
SF bug #477221: abs and divmod act oddly with -0.0
Try to ensure that divmod(-0.0, 1.0) -> (-0.0, +0.0) across platforms.
It always did on Windows, and still does. It didn't on Linux. Alas,
there's no platform-independent way to write a test case for this.
Bugfix candidate.
Diffstat (limited to 'Mac')
0 files changed, 0 insertions, 0 deletions