summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-05-23 13:26:48 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-05-23 13:26:48 (GMT)
commit03721133a68814696e3eee75b1eb09f5016ff078 (patch)
tree23be9d3de279fcf6495e33b7201d0eebc4e41ad0 /Misc/NEWS
parent2243e5e57d74259b563abd75f8dfbbe47bc43259 (diff)
downloadcpython-03721133a68814696e3eee75b1eb09f5016ff078.zip
cpython-03721133a68814696e3eee75b1eb09f5016ff078.tar.gz
cpython-03721133a68814696e3eee75b1eb09f5016ff078.tar.bz2
Remove duplicate NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 22df937..498c4ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,12 +19,6 @@ Core and Builtins
to unpredictable exceptions when combining integers and complex objects
in sets or dicts.
-- Issue #8748: Fix comparisons between complex and integer objects.
- These used to convert the integer object to a complex number before
- doing the comparison, giving a potentially incorrect result when
- that conversion involved precision loss. (Ex: 2**53+1 ==
- complex(2**53) returned True; now returns False.)
-
- Issue #8766: Initialize _warnings module before importing the first module.
Fix a crash if an empty directory called "encodings" exists in sys.path.