STINNER Victor <[email protected]> added the comment:
Minimum reproducer, on Fedora 29:
import locale
locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8')
print(ascii('{:n}'.format(1.5)))
Current result:
'H,5'
Output with PR 10623:
'1,5'
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33954>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com