diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-17 08:32:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 08:32:03 (GMT) |
commit | b1bc04df817ecb3fb9fdbefa3782efea54488e6f (patch) | |
tree | 346e0b66067ce78708bde66a750950446698e197 /Misc/NEWS.d/next | |
parent | 8a84aef0123bd8c13cf81fbc3b5f6d45f96c2656 (diff) | |
download | cpython-b1bc04df817ecb3fb9fdbefa3782efea54488e6f.zip cpython-b1bc04df817ecb3fb9fdbefa3782efea54488e6f.tar.gz cpython-b1bc04df817ecb3fb9fdbefa3782efea54488e6f.tar.bz2 |
bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)
(cherry picked from commit 6fb62b42f4db56ed5efe0ca4c1059049276c1083)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-08-18-18-30-12.bpo-44949.VE5ENv.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-08-18-18-30-12.bpo-44949.VE5ENv.rst b/Misc/NEWS.d/next/Tests/2021-08-18-18-30-12.bpo-44949.VE5ENv.rst new file mode 100644 index 0000000..7fdf181 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2021-08-18-18-30-12.bpo-44949.VE5ENv.rst @@ -0,0 +1,2 @@ +Fix auto history tests of test_readline: sometimes, the newline character is +not written at the end, so don't expect it in the output. |