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

[3.9] bpo-45195: Fix test_readline.test_nonascii() (GH-28329) #28334

Merged
merged 1 commit into from Sep 15, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 14, 2021

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 797c8eb)

Co-authored-by: Victor Stinner vstinner@python.org

https://bugs.python.org/issue45195

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 797c8eb)

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

miss-islington commented Sep 14, 2021

@vstinner: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

miss-islington commented Sep 14, 2021

@vstinner: Status check is done, and it's a success .

@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting review labels Sep 14, 2021
Copy link
Member

@vstinner vstinner left a comment

LGTM, good bot.

@vstinner vstinner merged commit 4ce55cc into python:3.9 Sep 15, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-797c8eb-3.9 branch Sep 15, 2021
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.

None yet

4 participants