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.9] bpo-45447: Add syntax highlighting for .pyi files in IDLE (GH-28950) #31306

Merged
merged 1 commit into from Feb 13, 2022

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington 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)

Co-authored-by: Alex Waygood Alex.Waygood@Gmail.com
(cherry picked from commit 9fabcfb)

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

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)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
(cherry picked from commit 9fabcfb)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@miss-islington
Copy link
Contributor Author

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

@AlexWaygood and @terryjreedy: Status check is done, and it's a success .

@miss-islington miss-islington merged commit 1d4d44c into python:3.9 Feb 13, 2022
12 checks passed
@miss-islington miss-islington deleted the backport-9fabcfb-3.9 branch Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants