[3.7] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by miss-islington · Pull Request #18887 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link

Contributor

@miss-islington miss-islington commented

Mar 9, 2020

edited by bedevere-bot

Loading

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 tjreedy@udel.edu

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 <tjreedy@udel.edu>

@miss-islington

Copy link

Contributor Author

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

1 similar comment

@miss-islington

Copy link

Contributor Author

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

@miss-islington miss-islington merged commit f834535 into python:3.7

Mar 9, 2020

@miss-islington miss-islington deleted the backport-363fab8-3.7 branch

March 9, 2020 23:45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@terryjreedy terryjreedy terryjreedy approved these changes

Assignees

No one assigned

Labels

type-feature

A feature request or enhancement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington @terryjreedy @the-knights-who-say-ni @bedevere-bot