[3.6] bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) by miss-islington · Pull Request #8643 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
miss-islington merged 1 commit intopython:3.6from
Aug 3, 2018Merged
Conversation
Copy link Copy Markdown
Contributor
Some MacOS-tk combinations need .update_idletasks().
The call is both unneeded and innocuous on Linux and Windows.
Patch by Kevin Waltzer.
(cherry picked from commit 9beaef6)
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer. (cherry picked from commit 9beaef6) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
terryjreedy approved these changes Aug 3, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Aug 3, 2018
miss-islington commented
Aug 3, 2018@terryjreedy: Backport status check is done, and it's a success ✅ .
miss-islington
merged commit
363105e
into
python:3.6
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-9beaef6-3.6
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