]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:14 +0000 (23:40 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 06:40:14 +0000 (23:40 -0700)
commitce52f5ee0925925f5662f6b34cc637cfe6c0a46e
treef60957e22915c4a783b9c55cfc8183ef68dbc1cd
parentb89a376b3b9bdc3b6f1b7d05ff64babcbfd93cc2
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