diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-08-03 02:50:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 02:50:01 (GMT) |
commit | 9beaef6225cdae972b1cccd5310828cc29bf9d33 (patch) | |
tree | 3e4f49b0b325ea8431dde02c298c06eb6201a9d0 /Misc | |
parent | bcd1d971b66f529cbd450aca438275b868031605 (diff) | |
download | cpython-9beaef6225cdae972b1cccd5310828cc29bf9d33.zip cpython-9beaef6225cdae972b1cccd5310828cc29bf9d33.tar.gz cpython-9beaef6225cdae972b1cccd5310828cc29bf9d33.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-08-02-22-16-42.bpo-34275.Iu0d7t.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-08-02-22-16-42.bpo-34275.Iu0d7t.rst b/Misc/NEWS.d/next/IDLE/2018-08-02-22-16-42.bpo-34275.Iu0d7t.rst new file mode 100644 index 0000000..d7eba7a --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-08-02-22-16-42.bpo-34275.Iu0d7t.rst @@ -0,0 +1,2 @@ +Make IDLE calltips always visible on Mac. Some MacOS-tk combinations need +.update_idletasks(). Patch by Kevin Walzer. |