]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix int/long confusion in Misc/NEWS entry.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 23 Apr 2009 19:15:48 +0000 (19:15 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 23 Apr 2009 19:15:48 +0000 (19:15 +0000)
Misc/NEWS

index f4ffbb761ca5570fb760ad6da0212707b062b20a..7db93e32b607ab679db5373222ff7c64fdb898b1 100644 (file)
--- 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