commit | 9beaef6225cdae972b1cccd5310828cc29bf9d33 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu Aug 02 22:50:01 2018 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 02 22:50:01 2018 -0400 |
tree | 3e4f49b0b325ea8431dde02c298c06eb6201a9d0 | |
parent | bcd1d971b66f529cbd450aca438275b868031605 [diff] |
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) Some MacOS-tk combinations need .update_idletasks(). The call is both unneeded and innocuous on Linux and Windows. Patch by Kevin Waltzer.