Skip to content

Commit 0372113

Browse files
committed
Remove duplicate NEWS entry.
1 parent 2243e5e commit 0372113

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Misc/NEWS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ Core and Builtins
1919
to unpredictable exceptions when combining integers and complex objects
2020
in sets or dicts.
2121

22-
- Issue #8748: Fix comparisons between complex and integer objects.
23-
These used to convert the integer object to a complex number before
24-
doing the comparison, giving a potentially incorrect result when
25-
that conversion involved precision loss. (Ex: 2**53+1 ==
26-
complex(2**53) returned True; now returns False.)
27-
2822
- Issue #8766: Initialize _warnings module before importing the first module.
2923
Fix a crash if an empty directory called "encodings" exists in sys.path.
3024

0 commit comments

Comments
 (0)