Commit 35e84728 authored by Eric Smith's avatar Eric Smith

Better wording for Issue #5515 entry.

parent 0923d1d8
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment