-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-89610: Add .pyi as a recognised extension for IDLE on macOS #95393
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
gh-89610: Add .pyi as a recognised extension for IDLE on macOS #95393
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved after changes. I will merge after CI runs.
Misc/NEWS.d/next/IDLE/2022-07-28-18-56-57.gh-issue-89610.hcosiM.rst
Outdated
Show resolved
Hide resolved
Thanks @erlend-aasland for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-95406 is a backport of this pull request to the 3.11 branch. |
GH-95407 is a backport of this pull request to the 3.10 branch. |
…ythonGH-95393) This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 06fc249) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…ythonGH-95393) This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 06fc249) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
) This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 06fc249) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
) This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 06fc249) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Thanks for the reviews, Alex, Éric, and Terry! |
No description provided.