• Victor Stinner's avatar
    bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) · cb064fc2
    Victor Stinner authored
    * 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.
    cb064fc2
2017-10-30-15-55-32.bpo-31900.-S9xc4.rst 525 Bytes