summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>2022-07-28 23:04:26 (GMT)
committerGitHub <noreply@github.com>2022-07-28 23:04:26 (GMT)
commit06fc249135e5b98a74fc0213e157e80412354659 (patch)
treeb3d9b36bc9a8e4bb5e1a9dc0a89aee8345122066 /Lib/idlelib/NEWS.txt
parentedb72047f35d6da48c59bcfe0c655939a88ea0a6 (diff)
downloadcpython-06fc249135e5b98a74fc0213e157e80412354659.zip
cpython-06fc249135e5b98a74fc0213e157e80412354659.tar.gz
cpython-06fc249135e5b98a74fc0213e157e80412354659.tar.bz2
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>
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 05308a0..ffb090a 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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.