]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (#134841)
authorVictor Stinner <vstinner@python.org>
Wed, 28 May 2025 15:43:52 +0000 (17:43 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 15:43:52 +0000 (17:43 +0200)
commit4635115c3f1495fa20e553937df37861fffa7054
tree42ba517c904b45bd415672ba4af0f7f869fabbff
parentd9ec0ee733d6e0ae824581bae9db8f4d5314e2c7
gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (#134841)

Skip the test if the Python UTF-8 Mode is enabled and the LC_CTYPE
encoding is not UTF-8.
Lib/test/test_readline.py