[3.6] bpo-29240: Skip test_readline.test_nonascii() on C locale (GH-5203) by miss-islington · Pull Request #5204 · python/cpython
bpo-29240: On FreeBSD, if the LC_CTYPE locale is "C" or "POSIX", writing and reading non-ASCII bytes into/from a TTY works, but readline or ncurses ignores non-ASCII bytes on read. (cherry picked from commit c495e79)