mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
gh-90153: whatsnew: "z" option in format spec (GH-93624)
Add what's new entry for PEP 682 in Python 3.11.
This commit is contained in:
parent
f0b7aa71c4
commit
010284b46b
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ Other Language Changes
|
|||
the current directory, the script's directory or an empty string.
|
||||
(Contributed by Victor Stinner in :gh:`57684`.)
|
||||
|
||||
* A ``"z"`` option was added to the format specification mini-language that
|
||||
coerces negative zero to zero after rounding to the format precision. See
|
||||
:pep:`682` for more details. (Contributed by John Belmonte in :gh:`90153`.)
|
||||
|
||||
Other CPython Implementation Changes
|
||||
====================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue