mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
cb3ae5588b
time.strftime() must use the current LC_CTYPE encoding, not UTF-8 if the UTF-8 mode is enabled. Add _PyUnicode_DecodeCurrentLocale() function.
Source files for standard library extension modules, and former extension modules that are now builtin modules.