From: Eric Smith Date: Thu, 16 Apr 2009 20:21:28 +0000 (+0000) Subject: Better wording for Issue #5515 entry. X-Git-Tag: v3.1b1~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35e84728c06918d7ace413d51161b4e3a685c863;p=python Better wording for Issue #5515 entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index a471725fcc..d4774dda9f 100644 --- 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.