Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2243e5e commit 0372113Copy full SHA for 0372113
1 file changed
Misc/NEWS
@@ -19,12 +19,6 @@ Core and Builtins
19
to unpredictable exceptions when combining integers and complex objects
20
in sets or dicts.
21
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
-
28
- Issue #8766: Initialize _warnings module before importing the first module.
29
Fix a crash if an empty directory called "encodings" exists in sys.path.
30
0 commit comments