[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS

2018-05-05 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Tooltip not display with macOS 64-bit installer 3.6.5 but work with macOS 64-bit/32-bit installer ___ Python tracker

[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS

2018-05-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tooltips still work fine on Windows and given Serhiy's edit, I presume the same is true on Linux. As far as I remember and have recorded in NEWS.txt, IDLE on 2.7 is unchanged for over a year, since sometime before 2.7.13 was released. It is too easy to brea

[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15

2018-05-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list maili

[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS

2018-05-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- title: IDLE tooltips stopped working between 2.7.14 and 2.7.15 -> IDLE tooltips stopped working between 2.7.14 and 2.7.15 on MacOS ___ Python tracker __

[issue33429] IDLE tooltips stopped working between 2.7.14 and 2.7.15

2018-05-05 Thread Raymond Hettinger
New submission from Raymond Hettinger : When upgrading from 2.7.14 to 2.7.15 on MacOS, the tooltips have stopped showing up: >>> range( ^--- formerly a tooltip box would pop-up at this point -- assignee: terry.reedy components: IDLE messages: 316198 nosy: rhettinge