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
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. |
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
miss-islington
added a commit
that referenced
this issue
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: