Skip to content

gh-123572: Fix key codes in VK_MAP in windows_console.py #122692

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 3, 2024

Conversation

devdanzin
Copy link
Contributor

@devdanzin devdanzin commented Aug 5, 2024

This trivial PR corrects a couple Virtual-Key Codes found in VK_MAP in windows_console.py. It should have no impact on real use of the new REPL, as AFAIK those VKs are unused.

cc @DinoV

@picnixz picnixz changed the title _pyrepl typo: Fix key codes in VK_MAP in windows_console.py gh-123572: Fix key codes in VK_MAP in windows_console.py Sep 2, 2024
@picnixz
Copy link
Member

picnixz commented Sep 2, 2024

Can you please add a NEWS entry? you can use the formulation of #123573 if you want.

@pablogsal pablogsal added the needs backport to 3.13 bugs and security fixes label Sep 3, 2024
@pablogsal
Copy link
Member

@devdanzin I have pushed a news entry for you. Next time you can do as @picnixz indicates or using the blu tool.

Copy link
Member

@pablogsal pablogsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks for the PR @devdanzin and @picnixz for the review!

@pablogsal pablogsal enabled auto-merge (squash) September 3, 2024 12:35
@picnixz
Copy link
Member

picnixz commented Sep 3, 2024

(I haven't done much :') but thanks for the thanks)

@pablogsal pablogsal merged commit 782217f into python:main Sep 3, 2024
44 checks passed
@miss-islington-app
Copy link

Thanks @devdanzin for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 3, 2024
@bedevere-app
Copy link

bedevere-app bot commented Sep 3, 2024

GH-123632 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Sep 3, 2024
pablogsal pushed a commit that referenced this pull request Sep 3, 2024
…22692) (#123632)

gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692)
(cherry picked from commit 782217f)

Co-authored-by: devdanzin <[email protected]>
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.

3 participants