Skip to content

@terryjreedy bpo-45296: Fix exit/quit message on Windows #28577

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 2 commits into from
Sep 28, 2021

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Sep 27, 2021

IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.

https://bugs.python.org/issue45296

IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
@terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Sep 27, 2021
@terryjreedy terryjreedy self-assigned this Sep 27, 2021
@terryjreedy terryjreedy changed the title Ctrl d @terryjreedy bpo-45296: Fix exit/quit message on Windows Sep 27, 2021
@ambv
Copy link
Contributor

ambv commented Sep 28, 2021

Since I don't have an idea how to test this, let's have it as is.

@ambv ambv merged commit e649e06 into python:main Sep 28, 2021
@miss-islington
Copy link
Contributor

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 28, 2021
IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
(cherry picked from commit e649e06)

Co-authored-by: Terry Jan Reedy <[email protected]>
@bedevere-bot
Copy link

GH-28600 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 Sep 28, 2021
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 28, 2021
IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
(cherry picked from commit e649e06)

Co-authored-by: Terry Jan Reedy <[email protected]>
@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Sep 28, 2021
@bedevere-bot
Copy link

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

ambv pushed a commit that referenced this pull request Sep 28, 2021
IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
(cherry picked from commit e649e06)

Co-authored-by: Terry Jan Reedy <[email protected]>
ambv pushed a commit that referenced this pull request Sep 28, 2021
IDLE recognizes Ctrl-D, as on other systems, instead of Ctrl-Z.
(cherry picked from commit e649e06)

Co-authored-by: Terry Jan Reedy <[email protected]>
@terryjreedy terryjreedy deleted the ctrlD branch December 17, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants