Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-44949: Fix test_readline auto history tests #27813

Merged
merged 1 commit into from Aug 18, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 18, 2021

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.

https://bugs.python.org/issue44949

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.
@vstinner
Copy link
Member Author

@vstinner vstinner commented Aug 18, 2021

@ambv ambv merged commit 6fb62b4 into python:main Aug 18, 2021
13 checks passed
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 18, 2021

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 19, 2021

Thanks @vstinner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒🤖

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 19, 2021

Thanks @vstinner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 19, 2021

GH-27822 is a backport of this pull request to the 3.9 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit to miss-islington/cpython that referenced this issue Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Aug 19, 2021

GH-27823 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit that referenced this issue Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
ambv pushed a commit that referenced this issue Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 3, 2022

Thanks @vstinner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Feb 3, 2022

GH-31118 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue Feb 3, 2022
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
ambv pushed a commit that referenced this issue Feb 17, 2022
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants