mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
Better wording for Issue #5515 entry.
This commit is contained in:
parent
0923d1d8d7
commit
35e84728c0
1 changed files with 2 additions and 3 deletions
|
@ -14,9 +14,8 @@ Core and Builtins
|
||||||
|
|
||||||
- Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'.
|
- Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100'.
|
||||||
|
|
||||||
- Issue #5515: str.format() presentation type 'n' with commas no
|
- Issue #5515: str.format() type 'n' combined with commas and leading
|
||||||
longer works poorly with leading zeros when formatting ints and
|
zeros no longer gives odd results with ints and floats.
|
||||||
floats.
|
|
||||||
|
|
||||||
- Implement PEP 378, Format Specifier for Thousands Separator, for
|
- Implement PEP 378, Format Specifier for Thousands Separator, for
|
||||||
floats.
|
floats.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue