mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
edb72047f3
commit
06fc249135
3 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>py</string>
|
||||
<string>pyi</string>
|
||||
<string>pyw</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue