We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b7aa7 commit 010284bCopy full SHA for 010284b
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