commit | ececa53b7fc9c21d0c8153153e3c19da1d0a1e80 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 15 05:38:49 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 15 14:38:49 2021 +0200 |
tree | 425b6672416dc58bea1d6191197cc0ff42a7b7da | |
parent | 0c64569ac7066a97e4482c6d6e4d780806692ae5 [diff] |
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>