• Victor Stinner's avatar
    Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator · 41a863cb
    Victor Stinner yazdı
     * Decode thousands separator and decimal point using PyUnicode_DecodeLocale()
       (from the locale encoding), instead of decoding them implicitly from latin1
     * Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used
     * Change _PyUnicode_InsertThousandsGrouping() API to return the maximum
       character if unicode is NULL
     * Replace MIN/MAX macros by Py_MIN/Py_MAX
     * stringlib/undef.h undefines STRINGLIB_IS_UNICODE
     * stringlib/localeutil.h only supports Unicode
    41a863cb
Adı
Son kayıt (commit)
Son güncelleme
..
README.txt Loading commit data...
asciilib.h Loading commit data...
codecs.h Loading commit data...
count.h Loading commit data...
ctype.h Loading commit data...
eq.h Loading commit data...
fastsearch.h Loading commit data...
find.h Loading commit data...
find_max_char.h Loading commit data...
localeutil.h Loading commit data...
partition.h Loading commit data...
split.h Loading commit data...
stringdefs.h Loading commit data...
transmogrify.h Loading commit data...
ucs1lib.h Loading commit data...
ucs2lib.h Loading commit data...
ucs4lib.h Loading commit data...
undef.h Loading commit data...
unicode_format.h Loading commit data...
unicodedefs.h Loading commit data...