]> granicus.if.org Git - python/commit
bpo-33907: Rename an IDLE module and classes. (GH-7810)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Jun 2018 06:40:30 +0000 (23:40 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 06:40:30 +0000 (23:40 -0700)
commit17d4c53fa3516f78df3c4f343bc6d2007af157cf
tree7224fdc4200d2d563ac4ee1e1e3dbb6fa5d2f554
parente97a685185b82ba6de6de576fc2a4cf3cd6192af
bpo-33907: Rename an IDLE module and classes. (GH-7810)

Fix-up class name duplication in PR GH-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.
(cherry picked from commit 9af1836664d241fec6e62955ffaa559b3a2eaf1b)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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