Skip to content

bpo-31460: Simplify the API of IDLE's Module Browser. #3842

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

Merged
merged 5 commits into from
Sep 30, 2017

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Sep 30, 2017

Passing a widget instead of an flist with a root widget opens the option of
creating a browser frame that is only part of a window. Passing a full file
name instead of pieces assumed to come from a .py file opens the possibility
of browsing python files that do not end in .py.

https://bugs.python.org/issue31460

@miss-islington
Copy link
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

@terryjreedy, Something is wrong... I can't backport for now.
Please backport using cherry_picker on command line.
cherry_picker d6bb65f378e34fe0c11fdb39588357ecf22964eb 3.6

@terryjreedy terryjreedy deleted the bpo31460 branch September 30, 2017 23:54
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request Sep 30, 2017
…-3842)

Passing a widget instead of an flist with a root widget opens the option of
creating a browser frame that is only part of a window. Passing a full file
name instead of pieces assumed to come from a .py file opens the possibility
of browsing python files that do not end in .py.
(cherry picked from commit d6bb65f)
@bedevere-bot
Copy link

GH-3843 is a backport of this pull request to the 3.6 branch.

terryjreedy added a commit that referenced this pull request Oct 1, 2017
…#3843)

Passing a widget instead of an flist with a root widget opens the option of
creating a browser frame that is only part of a window. Passing a full file
name instead of pieces assumed to come from a .py file opens the possibility
of browsing python files that do not end in .py.
(cherry picked from commit d6bb65f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants