Skip to content
Snippets Groups Projects
Unverified Commit 06fc2491 authored by Erlend Egeberg Aasland's avatar Erlend Egeberg Aasland Committed by GitHub
Browse files

gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)


This allows opening stub files by double clicking on them in the Finder.

Co-authored-by: default avatarTerry Jan Reedy <tjreedy@udel.edu>
parent edb72047
Branches
Tags
No related merge requests found
......@@ -3,6 +3,8 @@ What's New in IDLE 3.11.0
Released on 2022-10-03
=========================
gh-89610: Add .pyi as a recognized extension for IDLE on macOS. This allows
opening stub files by double clicking on them in the Finder.
bpo-28950: Apply IDLE syntax highlighting to `.pyi` files. Add util.py
for common components. Patch by Alex Waygood and Terry Jan Reedy.
......
......@@ -10,6 +10,7 @@
<key>CFBundleTypeExtensions</key>
<array>
<string>py</string>
<string>pyi</string>
<string>pyw</string>
</array>
<key>CFBundleTypeIconFile</key>
......
Add .pyi as a recognized extension for IDLE on macOS. This allows opening
stub files by double clicking on them in the Finder.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment