From 4a16e3a764313c5db0348600501eb7f89ea99d61 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Thu, 23 Apr 2009 19:15:48 +0000 Subject: Fix int/long confusion in Misc/NEWS entry. --- Misc/NEWS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index f4ffbb7..7db93e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 -- cgit v0.12