]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12567: Fix curses.unget_wch() tests
authorVictor Stinner <vstinner@wyplay.com>
Tue, 6 Sep 2011 08:08:28 +0000 (10:08 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Tue, 6 Sep 2011 08:08:28 +0000 (10:08 +0200)
commit900c292c6b886ad9c693d7e0481dc16398d5071d
tree8044d20e9f18cdce17e98d97332fd36c41a035d0
parent5c9a8d09089dfd2ea44713edfd08b50fb80d7704
Issue #12567: Fix curses.unget_wch() tests

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.
Lib/test/test_curses.py