Fix int/long confusion in Misc/NEWS entry.

This commit is contained in:
Mark Dickinson 2009-04-23 19:15:48 +00:00
parent ad476dab09
commit 4a16e3a764
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ Core and Builtins
- Issue #5816: complex(repr(z)) now recovers z exactly, even when
z involves nans, infs or negative zeros.
- Issue #3166: Make long -> float (and int -> float) conversions
correctly rounded.
- Issue #3166: Make int -> float conversions correctly rounded.
- Issue #1869 (and many duplicates): make round(x, n) correctly
rounded for a float x, by using the decimal <-> binary conversions