]> granicus.if.org Git - python/commitdiff
Remove news about float repr() -- issue 1580 is still in limbo.
authorGuido van Rossum <guido@python.org>
Thu, 21 Feb 2008 17:46:16 +0000 (17:46 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 21 Feb 2008 17:46:16 +0000 (17:46 +0000)
Misc/NEWS

index f4d1cc50e2e61e31afdf92e346a56c5adf055553..970e2303bf9ae170b91f81d2fd843611b450dafe 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,10 +139,6 @@ Core and builtins
 - Issue #1620: New property decorator syntax was modifying the decorator
   in place instead of creating a new decorator object.
 
-- Issue #1580: New free format floating point representation based on
-  "Floating-Point Printer Sample Code", by Robert G. Burger. For example
-  repr(11./5) now returns '2.2' instead of '2.2000000000000002'.
-
 - Issue #1538: Avoid copying string in split/rsplit if the split
   char is not found.