]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Oct 2021 19:14:36 +0000 (12:14 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Oct 2021 19:14:36 +0000 (21:14 +0200)
commit1d8cb01e23ab5fc626d4deda216f9a9a19a644a2
treec937d4d4ad416402ead43892369cac87e84e59db
parent90004fca1cc3c6e3c9b2c3faae5cb1b7d7711648
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)

Fix test_readline.test_nonascii(): sometimes, the newline character
is not written at the end, so don't expect it in the output.
(cherry picked from commit 797c8eb9ef511f0c25f10a453b35c4d2fe383c30)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_readline.py
Misc/NEWS.d/next/Tests/2021-09-14-13-16-18.bpo-45195.EyQR1G.rst [new file with mode: 0644]