]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Sep 2021 12:38:49 +0000 (05:38 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 12:38:49 +0000 (14:38 +0200)
commitececa53b7fc9c21d0c8153153e3c19da1d0a1e80
tree425b6672416dc58bea1d6191197cc0ff42a7b7da
parent0c64569ac7066a97e4482c6d6e4d780806692ae5
bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28333)

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]