summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2022-02-13 00:04:48 (GMT)
committerGitHub <noreply@github.com>2022-02-13 00:04:48 (GMT)
commit50cf4991c49e19f917305dd7b9c71085c11edddb (patch)
tree36f25921a7485f04d45e6609c492bd7c72696cde /Lib/idlelib/NEWS.txt
parentb70690bb37cc4bac695051484734eede0c1f9ada (diff)
downloadcpython-50cf4991c49e19f917305dd7b9c71085c11edddb.zip
cpython-50cf4991c49e19f917305dd7b9c71085c11edddb.tar.gz
cpython-50cf4991c49e19f917305dd7b9c71085c11edddb.tar.bz2
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Also add .pyi to the python extensions in the "File-open" and "File-save" dialogues. Add util.py to contain objects that are used in multiple idlelib modules and have no dependencies on any of them. Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 0bfadfd..441ec41 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -4,6 +4,9 @@ Released on 2022-10-03
=========================
+bpo-28950: Apply IDLE syntax highlighting to `.pyi` files. Add util.py
+for common components. Patch by Alex Waygood and Terry Jan Reedy.
+
bpo-46630: Make query dialogs on Windows start with a cursor in the
entry box.