◐ Shell
clean mode source ↗

bpo-29240: Skip test_readline.test_nonascii() on C locale by vstinner · Pull Request #5203 · python/cpython

@vstinner vstinner changed the title Skip test_readline.test_nonascii() on C locale bpo-29240: Skip test_readline.test_nonascii() on C locale

Jan 16, 2018
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.

@vstinner vstinner deleted the readline_skip_c_locale branch

January 16, 2018 16:34

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jan 16, 2018
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)

vstinner pushed a commit that referenced this pull request

Jan 16, 2018
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)