summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2018-08-05 06:21:08 (GMT)
committerGitHub <noreply@github.com>2018-08-05 06:21:08 (GMT)
commit87e59ac11ee074b0dc1bc864c74fac0660b27f6e (patch)
tree997de582df11483d05e0d70c3e38a7ec6cf8d0fe /Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst
parent2e5566d9e774dcde81e8139b486730917816e045 (diff)
downloadcpython-87e59ac11ee074b0dc1bc864c74fac0660b27f6e.zip
cpython-87e59ac11ee074b0dc1bc864c74fac0660b27f6e.tar.gz
cpython-87e59ac11ee074b0dc1bc864c74fac0660b27f6e.tar.bz2
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
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst b/Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst
new file mode 100644
index 0000000..c0c4d90
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-06-14-13-23-55.bpo-33839.ZlJzHa.rst
@@ -0,0 +1 @@
+IDLE: refactor ToolTip and CallTip and add documentation and tests