File tree 3 files changed +5
-0
lines changed
Mac/IDLE/IDLE.app/Contents
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ What's New in IDLE 3.11.0
3
3
Released on 2022-10-03
4
4
=========================
5
5
6
+ gh-89610: Add .pyi as a recognized extension for IDLE on macOS. This allows
7
+ opening stub files by double clicking on them in the Finder.
6
8
7
9
bpo-28950: Apply IDLE syntax highlighting to `.pyi` files. Add util.py
8
10
for common components. Patch by Alex Waygood and Terry Jan Reedy.
Original file line number Diff line number Diff line change 10
10
<key >CFBundleTypeExtensions </key >
11
11
<array >
12
12
<string >py </string >
13
+ <string >pyi </string >
13
14
<string >pyw </string >
14
15
</array >
15
16
<key >CFBundleTypeIconFile </key >
Original file line number Diff line number Diff line change
1
+ Add .pyi as a recognized extension for IDLE on macOS. This allows opening
2
+ stub files by double clicking on them in the Finder.
You can’t perform that action at this time.
0 commit comments