-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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
Labels
Comments
Transfered from #89610. #89610 (comment) noted that '.py' is hardcoded within browser.ModuleBrowserTreeItem in OnDoubleClick, IsExpandable, and listchildren methods. |
This was referenced 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 <[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
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
Make .pyw and .pyi and maybe no-extension files work with
File => Module Browser
.The text was updated successfully, but these errors were encountered: