Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-79856: IDLE - separate config_key window and frame#11427
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
auvipy left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
rebase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Needs to be rebased.
bedevere-bot commentedSep 30, 2022
When you're done making the requested changes, leave the comment: |
Thanks@csabella for the PR, and@terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
bedevere-bot commentedSep 30, 2022
GH-97683 is a backport of this pull request to the3.11 branch. |
bedevere-bot commentedSep 30, 2022
GH-97684 is a backport of this pull request to the3.10 branch. |
bpo-35598: IDLE: Refactor window and frame classCo-authored-by: Terry Jan Reedy <tjreedy@udel.edu>(cherry picked from commit1cc308d)Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
bpo-35598: IDLE: Refactor window and frame classCo-authored-by: Terry Jan Reedy <tjreedy@udel.edu>(cherry picked from commit1cc308d)Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
bpo-35598: IDLE: Refactor window and frame classCo-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…-cherry-pick-ThreadHandle
Uh oh!
There was an error while loading.Please reload this page.
Split dialog class into a Window class and Frame class and adjust tests to match.