summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-12-04 12:42:18 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-12-04 12:42:18 (GMT)
commit33154388f9f6b202fd513a98270a4607f20b47c0 (patch)
tree2d2c880b0996e92d14e248d85e0c4d762ddb1c06 /Misc
parent11e77ffcbc4a46001ba6c509f069692b4c5d0735 (diff)
downloadcpython-33154388f9f6b202fd513a98270a4607f20b47c0.zip
cpython-33154388f9f6b202fd513a98270a4607f20b47c0.tar.gz
cpython-33154388f9f6b202fd513a98270a4607f20b47c0.tar.bz2
Backout broken backport. (Sorry.)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 76ccf7a..1c7abf7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------