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
|
When you're done making the requested changes, leave the comment: |
|
Thanks @csabella for the PR, and @terryjreedy for merging it |
|
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 <tjreedy@udel.edu> (cherry picked from commit 1cc308d) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 1cc308d) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
bpo-35598: IDLE: Refactor window and frame class Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Split dialog class into a Window class and Frame class and adjust tests to match.