]> granicus.if.org Git - python/commit
bpo-33907: Rename an IDLE module and class. (GH-7807)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Jun 2018 03:27:37 +0000 (20:27 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 03:27:37 +0000 (20:27 -0700)
commitb89a376b3b9bdc3b6f1b7d05ff64babcbfd93cc2
treebf16ed2f9e383c69ff01a59a719bc1edb738b553
parentcbaee6fe02d22f357c2edf4e463c240d5df22f14
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.
(cherry picked from commit 06e2029dfa500a42e3565ed7ba8573412f153d1c)

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