SIGN IN SIGN UP

bpo-29240: readline now ignores the UTF-8 Mode (#5145)

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().
V
Victor Stinner committed
2cba6b85797ba60d67389126f184aad5c9e02ff3
Parent: f80c0ca
Committed by GitHub <noreply@github.com> on 1/10/2018, 9:46:15 PM