]> granicus.if.org Git - python/commit
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Aug 2018 03:33:47 +0000 (20:33 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 03:33:47 +0000 (20:33 -0700)
commit363105e546709339e3419ada9daf5efa0b3b1e18
tree794e9bcbb1404b4b8a89fb4cac2bb3423b3ae05f
parent295342adbfd905d5b4a77f960ea39649df7d9997
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.
(cherry picked from commit 9beaef6225cdae972b1cccd5310828cc29bf9d33)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/calltip_w.py
Misc/NEWS.d/next/IDLE/2018-08-02-22-16-42.bpo-34275.Iu0d7t.rst [new file with mode: 0644]