bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
* Add _Py_GetLocaleconvNumeric() function: decode decimal_point and thousands_sep fields of localeconv() from the LC_NUMERIC encoding, rather than decoding from the LC_CTYPE encoding. * Modify locale.localeconv() and "n" formatter of str.format() (for int, float and complex to use _Py_GetLocaleconvNumeric() internally.
V
Victor Stinner committed
cb064fc2321ce8673fe365e9ef60445a27657f54
Parent: 7ed7aea
Committed by GitHub <noreply@github.com>
on 1/15/2018, 2:58:02 PM