[Python-checkins] r71820 - python/branches/py3k/Misc/NEWS

mark.dickinson python-checkins at python.org
Thu Apr 23 21:15:48 CEST 2009


Author: mark.dickinson
Date: Thu Apr 23 21:15:48 2009
New Revision: 71820

Log:
Fix int/long confusion in Misc/NEWS entry.


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Apr 23 21:15:48 2009
@@ -15,8 +15,7 @@
 - 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


More information about the Python-checkins mailing list