Skip to content

[3.8] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) #18886

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 1 commit into from
Mar 9, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 9, 2020

Replace tkinter tkSimpleDialog.askinteger with a standard IDLE query dialog.
The new box checks for positivity before returning.
(cherry picked from commit 363fab8)

Co-authored-by: Terry Jan Reedy [email protected]

https://bugs.python.org/issue27115

Replace tkinter tkSimpleDialog.askinteger with a standard IDLE query dialog.
The new box checks for positivity before returning.
(cherry picked from commit 363fab8)

Co-authored-by: Terry Jan Reedy <[email protected]>
@miss-islington
Copy link
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

2 similar comments
@miss-islington
Copy link
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit cadfe52 into python:3.8 Mar 9, 2020
@miss-islington miss-islington deleted the backport-363fab8-3.8 branch March 9, 2020 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants