This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author John Belmonte
Recipients John Belmonte, eric.smith, mark.dickinson, serhiy.storchaka, steven.daprano
Date 2021-12-07.13:14:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638882852.7.0.90956080774.issue45995@roundup.psfhosted.org>
In-reply-to
Content
I see now.  PyOS_double_to_string() could gain the extra flag to coerce negative zero but, out of the three formatting methods, only format() and f-string would use the flag.
History
Date User Action Args
2021-12-07 13:14:12John Belmontesetrecipients: + John Belmonte, mark.dickinson, eric.smith, steven.daprano, serhiy.storchaka
2021-12-07 13:14:12John Belmontesetmessageid: <1638882852.7.0.90956080774.issue45995@roundup.psfhosted.org>
2021-12-07 13:14:12John Belmontelinkissue45995 messages
2021-12-07 13:14:12John Belmontecreate