10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c88104 commit 36ece2eCopy full SHA for 36ece2e
Doc/whatsnew/3.11.rst
@@ -373,6 +373,9 @@ Other Language Changes
373
the current directory, the script's directory or an empty string.
374
(Contributed by Victor Stinner in :gh:`57684`.)
375
376
+* A ``"z"`` option was added to the format specification mini-language that
377
+ coerces negative zero to zero after rounding to the format precision. See
378
+ :pep:`682` for more details. (Contributed by John Belmonte in :gh:`90153`.)
379
380
Other CPython Implementation Changes
381
====================================
0 commit comments