]> granicus.if.org Git - python/commitdiff
Better wording for Issue #5515 entry.
authorEric Smith <eric@trueblade.com>
Thu, 16 Apr 2009 20:21:28 +0000 (20:21 +0000)
committerEric Smith <eric@trueblade.com>
Thu, 16 Apr 2009 20:21:28 +0000 (20:21 +0000)
Misc/NEWS

index a471725fcc1166aba8a365aba824e325821b2e6a..d4774dda9fcffba5f1417a41729b8a864ca56dbc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,9 +14,8 @@ Core and Builtins
 
 - Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'.
 
-- Issue #5515: str.format() presentation type 'n' with commas no
-  longer works poorly with leading zeros when formatting ints and
-  floats.
+- Issue #5515: str.format() type 'n' combined with commas and leading
+  zeros no longer gives odd results with ints and floats.
 
 - Implement PEP 378, Format Specifier for Thousands Separator, for
   floats.