summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-04-16 20:21:28 (GMT)
committerEric Smith <eric@trueblade.com>2009-04-16 20:21:28 (GMT)
commit35e84728c06918d7ace413d51161b4e3a685c863 (patch)
tree3a5ac7cba03825be164037bd31fd13b6918e65bb /Misc
parent0923d1d8d7e428297461ed5145f06915c462b25b (diff)
downloadcpython-35e84728c06918d7ace413d51161b4e3a685c863.zip
cpython-35e84728c06918d7ace413d51161b4e3a685c863.tar.gz
cpython-35e84728c06918d7ace413d51161b4e3a685c863.tar.bz2
Better wording for Issue #5515 entry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a471725..d4774dd 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.