]> granicus.if.org Git - python/commit
[3.6] bpo-33907: Rename an IDLE module and class. (GH-7807) (GH-7809)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 20 Jun 2018 04:22:48 +0000 (00:22 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Jun 2018 04:22:48 +0000 (00:22 -0400)
commite97a685185b82ba6de6de576fc2a4cf3cd6192af
treef953ba2b579aa23dd3c5d7ca9fde4e390dcbd40e
parent90209a172c5b629f512cf292a22950285a2c3d81
 [3.6] bpo-33907: Rename an IDLE module and class. (GH-7807)  (GH-7809)

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 92% 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]