Commit Graph

2 Commits

Author SHA1 Message Date
Miss Islington (bot) da6f859e8f
[3.11] gh-84623: Remove unused imports in stdlib (GH-94313)
GH-93773

Backport only for 2 idlelib files.
Cherrypicked from  259dd71c32
(cherry picked from commit bc8d81a8fe)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2022-06-26 21:13:49 -07:00
Terry Jan Reedy 9fabcfbe68
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>
(cherry picked from commit 50cf4991c4)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-02-12 19:52:37 -05:00