commit | 87e59ac11ee074b0dc1bc864c74fac0660b27f6e | [log] [tgz] |
---|---|---|
author | Tal Einat <taleinat+github@gmail.com> | Sun Aug 05 09:21:08 2018 +0300 |
committer | GitHub <noreply@github.com> | Sun Aug 05 09:21:08 2018 +0300 |
tree | 997de582df11483d05e0d70c3e38a7ec6cf8d0fe | |
parent | 2e5566d9e774dcde81e8139b486730917816e045 [diff] |
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) * make CallTip and ToolTip sub-classes of a common abstract base class * remove ListboxToolTip (unused and ugly) * greatly increase test coverage * tested on Windows, Linux and macOS