Skip to content

IDLE: Browse non-.py python files #95411

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

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
topic-IDLE triaged The issue has been accepted as valid by a triager.

Comments

@terryjreedy
Copy link
Member

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

@terryjreedy
Copy link
Member Author

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

@terryjreedy
Copy link
Member Author

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
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 30, 2022
pythonGH-95397)

Co-authored-by: Terry Jan Reedy <[email protected]>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 30, 2022
pythonGH-95397)

Co-authored-by: Terry Jan Reedy <[email protected]>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington added a commit that referenced this issue Jul 30, 2022
…95397)

Co-authored-by: Terry Jan Reedy <[email protected]>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
miss-islington added a commit that referenced this issue Jul 30, 2022
…95397)

Co-authored-by: Terry Jan Reedy <[email protected]>
(cherry picked from commit 7e19e41)

Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Repository owner moved this from In Progress to Done in IDLE Issues Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-IDLE triaged The issue has been accepted as valid by a triager.
Projects
Status: Done
Development

No branches or pull requests

2 participants