Skip to content

bpo-44949: Fix test_readline auto history tests #27813

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

Merged
merged 1 commit into from
Aug 18, 2021
Merged

bpo-44949: Fix test_readline auto history tests #27813

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

cc @pablogsal @ambv

@bedevere-bot
Copy link

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

@vstinner vstinner deleted the test_readline_auto branch August 19, 2021 08:27
@vstinner vstinner added needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Aug 19, 2021
@miss-islington
Copy link
Contributor

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

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

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

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Aug 19, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 19, 2021
miss-islington added a commit that referenced this pull request Aug 19, 2021
(cherry picked from commit 6fb62b4)

Co-authored-by: Victor Stinner <[email protected]>
ambv pushed a commit that referenced this pull request Aug 19, 2021
@miss-islington
Copy link
Contributor

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

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

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

Co-authored-by: Victor Stinner <[email protected]>
ambv pushed a commit that referenced this pull request Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants