bpo-33907: Rename an IDLE module and classes. (GH-7810)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 20 Jun 2018 06:18:49 +0000 (02:18 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 06:18:49 +0000 (02:18 -0400)
commit9af1836664d241fec6e62955ffaa559b3a2eaf1b
tree416fdb09258f87815acfe7fd1dd1ab637a4db3e4
parentacdc660efc2056d8e28d99eaaf79ab60a263bd15
bpo-33907: Rename an IDLE module and classes. (GH-7810)

Fix-up class name duplication in PR #7807. Combined effect is that
module calltips and its class CallTips are now calltip and Calltip.
In module calltip_w class CallTip is now CalltipWindow.
Lib/idlelib/calltip.py
Lib/idlelib/calltip_w.py
Lib/idlelib/idle_test/test_calltip_w.py
Misc/NEWS.d/next/IDLE/2018-06-19-22-21-27.bpo-33907.z-_B3N.rst