Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.10] bpo-45447: Add syntax highlighting for .pyi files in IDLE (GH-28950) #31303

Merged
merged 1 commit into from Feb 13, 2022

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Feb 13, 2022

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 50cf499)

https://bugs.python.org/issue45447

…-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 50cf499)
@terryjreedy terryjreedy added type-feature A feature request or enhancement needs backport to 3.9 labels Feb 13, 2022
@terryjreedy terryjreedy self-assigned this Feb 13, 2022
@terryjreedy terryjreedy merged commit 9fabcfb into python:3.10 Feb 13, 2022
12 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 13, 2022

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs backport to 3.9 type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants