[3.7] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by miss-islington · Pull Request #18887 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
miss-islington merged 1 commit intopython:3.7from
Mar 9, 2020Merged
[3.7] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)#18887
miss-islington merged 1 commit intopython:3.7from
[3.7] bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)#18887
miss-islington merged 1 commit intopython:3.7from
Conversation
Copy link
Contributor
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
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
requested a review
from terryjreedy
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
Copy link
Contributor Author
miss-islington
commented
Mar 9, 2020
miss-islington commented
Mar 9, 2020@terryjreedy: Status check is done, and it's a success ✅ .
1 similar comment
Copy link
Contributor Author
miss-islington
commented
Mar 9, 2020
miss-islington commented
Mar 9, 2020@terryjreedy: Status check is done, and it's a success ✅ .
terryjreedy approved these changes Mar 9, 2020
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
merged commit
f834535
into
python:3.7
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-363fab8-3.7
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment