]> granicus.if.org Git - python/commit
Issue #10596: Fix float.__mod__ to have the same behaviour as
authorMark Dickinson <dickinsm@gmail.com>
Sat, 4 Dec 2010 12:25:30 +0000 (12:25 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 4 Dec 2010 12:25:30 +0000 (12:25 +0000)
commitd2a9b20efaa15b0152856a545b0206af21d06c5e
tree7efc34a2bef5d875d674b11ab5078d12c325383a
parent7f4bc00d9f85f9328e020ddcab35ddd6f120d665
Issue #10596: Fix float.__mod__ to have the same behaviour as
float.__divmod__ with respect to signed zeros.
Lib/test/test_float.py
Misc/NEWS
Objects/floatobject.c