Commit 4a16e3a7 authored by Mark Dickinson's avatar Mark Dickinson

Fix int/long confusion in Misc/NEWS entry.

parent ad476dab
...@@ -15,8 +15,7 @@ Core and Builtins ...@@ -15,8 +15,7 @@ Core and Builtins
- Issue #5816: complex(repr(z)) now recovers z exactly, even when - Issue #5816: complex(repr(z)) now recovers z exactly, even when
z involves nans, infs or negative zeros. z involves nans, infs or negative zeros.
- Issue #3166: Make long -> float (and int -> float) conversions - Issue #3166: Make int -> float conversions correctly rounded.
correctly rounded.
- Issue #1869 (and many duplicates): make round(x, n) correctly - Issue #1869 (and many duplicates): make round(x, n) correctly
rounded for a float x, by using the decimal <-> binary conversions rounded for a float x, by using the decimal <-> binary conversions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment