]> granicus.if.org Git - python/commitdiff
Fixed merge glitch, second try
authorChristian Heimes <christian@cheimes.de>
Tue, 18 Dec 2007 22:03:10 +0000 (22:03 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 18 Dec 2007 22:03:10 +0000 (22:03 +0000)
Misc/NEWS

index dcd3d335b1507bb8fadd76843933fff8444a82bf..230cd47eee7ec063be2d504603db252f49c8d798 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,16 +14,6 @@ Core and builtins
 
 - Issue #1638: %zd configure test fails on Linux
 
-- 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.
-
 - Issue #1553: An erroneous __length_hint__ can make list() raise a
   SystemError.