• Victor Stinner's avatar
    Issue #12567: Fix curses.unget_wch() tests · 900c292c
    Victor Stinner yazdı
    Skip the test if the function is missing. Use U+0061 (a) instead of U+00E9 (é)
    because U+00E9 raises a _curses.error('unget_wch() returned ERR') on some
    buildbots. It's maybe because of the locale encoding.
    900c292c
test_curses.py 9.16 KB