From: Mark Dickinson Date: Sun, 23 May 2010 13:26:48 +0000 (+0000) Subject: Remove duplicate NEWS entry. X-Git-Tag: v3.2a1~709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03721133a68814696e3eee75b1eb09f5016ff078;p=python Remove duplicate NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 22df937a13..498c4abe8b 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.