SIGN IN SIGN UP

bpo-29240: Ignore UTF-8 Mode in time module (#5148)

time.strftime() must use the current LC_CTYPE encoding, not UTF-8
if the UTF-8 mode is enabled.

Add _PyUnicode_DecodeCurrentLocale() function.
V
Victor Stinner committed
cb3ae5588bd7733e76dc09277bb7626652d9bb64
Parent: 3948207
Committed by GitHub <noreply@github.com> on 1/11/2018, 9:37:59 AM