summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-19 08:52:16 (GMT)
committerGitHub <noreply@github.com>2021-08-19 08:52:16 (GMT)
commitfc6ad0585e8133ee0fca05f0f8075b62fe71a95d (patch)
tree7031adfeb4caa2b505730f7944af5ee14c1824d4 /Misc
parentad16f93942a398ca1ec9bba54bb9c53a4e121e75 (diff)
downloadcpython-fc6ad0585e8133ee0fca05f0f8075b62fe71a95d.zip
cpython-fc6ad0585e8133ee0fca05f0f8075b62fe71a95d.tar.gz
cpython-fc6ad0585e8133ee0fca05f0f8075b62fe71a95d.tar.bz2
bpo-44949: Fix test_readline auto history tests (GH-27813)
(cherry picked from commit 6fb62b42f4db56ed5efe0ca4c1059049276c1083) Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-08-18-18-30-12.bpo-44949.VE5ENv.rst2
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.