Just a note that this PEP is being discussed at

  https://discuss.python.org/t/pep-682-format-specifier-for-signed-zero

TLDR; When formatting a number (especially with rounding options), often
you don't want negative-signed zero as an output.  A format spec extension
enables normalizing such values to positive zero.

Regards,
--John Belmonte
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/HI6IXJK7NA44IYJXYSFVXPZLQMTC3M6A/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to