mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
2cba6b8579
Add new fuctions ignoring the UTF-8 mode: * _Py_DecodeCurrentLocale() * _Py_EncodeCurrentLocale() * _PyUnicode_DecodeCurrentLocaleAndSize() * _PyUnicode_EncodeCurrentLocale() Modify the readline module to use these functions. Re-enable test_readline.test_nonascii().
Miscellaneous source files for the main Python shared library