bpo-29240: Ignore UTF-8 Mode in time module by vstinner · Pull Request #5148 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Member
time.strftime() must use the current LC_CTYPE encoding, not UTF-8
if the UTF-8 mode is enabled.
Add _PyUnicode_DecodeCurrentLocale() function.
time.strftime() must use the current LC_CTYPE encoding, not UTF-8 if the UTF-8 mode is enabled. Add _PyUnicode_DecodeCurrentLocale() function.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
vstinner
added
the
skip news
label
vstinner
merged commit
cb3ae55
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
time_locale
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment