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 vstinner
Recipients Guillaume Pasquet (Etenil), cstratak, lemburg, loewis, schwab, serhiy.storchaka, vstinner, xtreak
Date 2018-11-20.12:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542718064.57.0.788709270274.issue28604@psf.upfronthosting.co.za>
In-reply-to
Content
See also bpo-33954: float.__format__('n') fails with _PyUnicode_CheckConsistency assertion error for locales with non-ascii thousands separator. It may be nice to fix these two bugs at the same times, since they are related :-)
History
Date User Action Args
2018-11-20 12:47:44vstinnersetrecipients: + vstinner, lemburg, loewis, serhiy.storchaka, schwab, cstratak, Guillaume Pasquet (Etenil), xtreak
2018-11-20 12:47:44vstinnersetmessageid: <1542718064.57.0.788709270274.issue28604@psf.upfronthosting.co.za>
2018-11-20 12:47:44vstinnerlinkissue28604 messages
2018-11-20 12:47:44vstinnercreate