Skip to content

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

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-363fab8-3.8
Mar 9, 2020
Merged

[3.8] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)#18886
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-363fab8-3.8

Conversation

@miss-islington
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

2 similar comments
@miss-islington
Copy link
Copy Markdown
Contributor Author

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

@miss-islington
Copy link
Copy Markdown
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