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

IDLE: Browse non-.py python files #95411

Closed
terryjreedy opened this issue Jul 29, 2022 · 3 comments
Closed

IDLE: Browse non-.py python files #95411

terryjreedy opened this issue Jul 29, 2022 · 3 comments
Assignees
Labels
expert-IDLE triaged

Comments

@terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Jul 29, 2022

Make .pyw and .pyi and maybe no-extension files work with File => Module Browser.

@terryjreedy
Copy link
Member Author

@terryjreedy terryjreedy commented Jul 29, 2022

Transfered from #89610. #89610 (comment) noted that '.py' is hardcoded within browser.ModuleBrowserTreeItem in OnDoubleClick, IsExpandable, and listchildren methods.

@terryjreedy
Copy link
Member Author

@terryjreedy terryjreedy commented Jul 29, 2022

I am narrowing this to enabling .pyw, which is easy and nearly done. I made .pyi and no-extension files separate tasks on #95410.

terryjreedy added a commit that referenced this issue Jul 30, 2022
)


Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 30, 2022
pythonGH-95397)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 30, 2022
pythonGH-95397)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington added a commit that referenced this issue Jul 30, 2022
…95397)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington added a commit that referenced this issue Jul 30, 2022
…95397)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jul 30, 2022

Resolved with:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expert-IDLE triaged
Projects
Status: Done
Development

No branches or pull requests

2 participants