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

Fix readline omitting a trailing \n #2349

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

peace-maker
Copy link
Member

This is a regression from #2129 which was based on a bogus test which mixed input and readline calls.

Only input (and raw_input) are documented to strip the newline, but readline itself should include it.

Fixes #2342

This is a regression from Gallopsled#2129 which was based on a bogus test which mixed `input` and `readline` calls.

Only `input` (and `raw_input`) are documented to strip the newline, but `readline` itself should include it.

Fixes Gallopsled#2342
@peace-maker peace-maker requested a review from Arusekk February 14, 2024 22:31
@peace-maker peace-maker merged commit 2114692 into Gallopsled:stable Feb 16, 2024
11 of 12 checks passed
@peace-maker peace-maker deleted the input_interactive_newline branch February 16, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant