]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
authorVictor Stinner <vstinner@python.org>
Tue, 14 Sep 2021 15:38:04 +0000 (17:38 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 15:38:04 +0000 (17:38 +0200)
commit797c8eb9ef511f0c25f10a453b35c4d2fe383c30
tree671c71b3f1ea51d867d77385b7017cf11f0d51d1
parent7f60c9e1c6e22cc0e846a872c318570926cd3094
bpo-45195: Fix test_readline.test_nonascii() (GH-28329)

Fix test_readline.test_nonascii(): sometimes, the newline character
is not written at the end, so don't expect it in the output.
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]