mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
d500e5307a
On HP-UX with C or POSIX locale, sys.getfilesystemencoding() now returns "ascii" instead of "roman8" (when the UTF-8 Mode is disabled and the C locale is not coerced). nl_langinfo(CODESET) announces "roman8" whereas it uses the Latin1 encoding in practice.
Miscellaneous source files for the main Python shared library