āžœ

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 canuck7, eric.smith, vstinner
Date 2019-01-04.23:31:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546644663.89.0.749966529314.issue35432@roundup.psfhosted.org>
In-reply-to
Content
This bug is a duplicate of bpo-33954. Good news: it's now fixed in Python 3.6.8!

https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-8-release-candidate-1

"bpo-33954: For str.format(), float.__format__() and complex.__format__() methods for non-ASCII decimal point when using the ā€œnā€ formatter."

Note: I fixed other bugs with special locales (mostly LC_NUMERIC and/or LC_MONETARY using a different encoding than the LC_CTYPE locale).
History
Date User Action Args
2019-01-04 23:31:04vstinnersetrecipients: + vstinner, eric.smith, canuck7
2019-01-04 23:31:03vstinnersetmessageid: <1546644663.89.0.749966529314.issue35432@roundup.psfhosted.org>
2019-01-04 23:31:03vstinnerlinkissue35432 messages
2019-01-04 23:31:03vstinnercreate