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 eric.smith
Recipients eric.smith, facundobatista, mamrhein, mark.dickinson, rhettinger, skrah
Date 2019-12-17.23:54:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576626862.2.0.0166668107986.issue39077@roundup.psfhosted.org>
In-reply-to
Content
I agree that a quick glance in the rear view mirror shows that the design isn't awesome. But I just don't see how we can change it at this point. It is what it is.

And it's no surprise that int and float have the same behavior: they share the same code in Python/formatter_unicode.h. Which means that even if we did want to change one but not the other, we'd have to duplicate a lot of code and live with the maintenance hassle forever.
History
Date User Action Args
2019-12-17 23:54:22eric.smithsetrecipients: + eric.smith, rhettinger, facundobatista, mark.dickinson, mamrhein, skrah
2019-12-17 23:54:22eric.smithsetmessageid: <1576626862.2.0.0166668107986.issue39077@roundup.psfhosted.org>
2019-12-17 23:54:22eric.smithlinkissue39077 messages
2019-12-17 23:54:22eric.smithcreate