]> granicus.if.org Git - python/commit
bpo-33907: Rename an IDLE module and class. (GH-7807)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 20 Jun 2018 03:00:35 +0000 (23:00 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 03:00:35 +0000 (23:00 -0400)
commit06e2029dfa500a42e3565ed7ba8573412f153d1c
treef9fe4e4683e94c09ef7d807295c3f8c26b00b437
parent4d92158f4c3917fc4fbfebff15224e74782abf79
bpo-33907: Rename an IDLE module and class. (GH-7807)

Improve consistency and appearance. Module idlelib.calltips is now calltip.
Class idlelib.calltip_w.CallTip is now Calltip.
Lib/idlelib/calltip.py [moved from Lib/idlelib/calltips.py with 97% similarity]
Lib/idlelib/calltip_w.py
Lib/idlelib/editor.py
Lib/idlelib/idle_test/test_calltip.py [moved from Lib/idlelib/idle_test/test_calltips.py with 90% similarity]
Lib/idlelib/idle_test/test_calltip_w.py
Lib/idlelib/run.py
Misc/NEWS.d/next/IDLE/2018-06-19-22-21-27.bpo-33907.z-_B3N.rst [new file with mode: 0644]