-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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
gh-79856: IDLE - separate config_key window and frame #11427
Conversation
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.
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. |
GH-97683 is a backport of this pull request to the 3.11 branch. |
GH-97684 is a backport of this pull request to the 3.10 branch. |
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 1cc308d) Co-authored-by: Cheryl Sabella <[email protected]>
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 1cc308d) Co-authored-by: Cheryl Sabella <[email protected]>
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 1cc308d) Co-authored-by: Cheryl Sabella <[email protected]>
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 1cc308d) Co-authored-by: Cheryl Sabella <[email protected]>
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <[email protected]>
…-cherry-pick-ThreadHandle
Split dialog class into a Window class and Frame class and adjust tests to match.