8000 gh-89610: Add .pyi as a recognised extension for IDLE on macOS · erlend-aasland/cpython@210fb8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 210fb8a

Browse files
pythongh-89610: Add .pyi as a recognised extension for IDLE on macOS
1 parent a1daf6e commit 210fb8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mac/IDLE/IDLE.app/Contents/Info.plist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<key>CFBundleTypeExtensions</key>
1111
<array>
1212
<string>py</string>
13+
<string>pyi</string>
1314
<string>pyw</string>
1415
</array>
1516
<key>CFBundleTypeIconFile</key>

0 commit comments

Comments
 (0)
0