diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-12-04 12:42:18 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-12-04 12:42:18 (GMT) |
commit | 33154388f9f6b202fd513a98270a4607f20b47c0 (patch) | |
tree | 2d2c880b0996e92d14e248d85e0c4d762ddb1c06 /Misc | |
parent | 11e77ffcbc4a46001ba6c509f069692b4c5d0735 (diff) | |
download | cpython-33154388f9f6b202fd513a98270a4607f20b47c0.zip cpython-33154388f9f6b202fd513a98270a4607f20b47c0.tar.gz cpython-33154388f9f6b202fd513a98270a4607f20b47c0.tar.bz2 |
Backout broken backport. (Sorry.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -10,10 +10,6 @@ What's New in Python 3.1.4? Core and Builtins ----------------- -- Issue #10596: Fix float.__mod__ to have the same behaviour as - float.__divmod__ with respect to signed zeros. -4.0 % 4.0 should be - 0.0, not -0.0. - Library ------- |