summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-20 03:00:35 (GMT)
committerGitHub <noreply@github.com>2018-06-20 03:00:35 (GMT)
commit06e2029dfa500a42e3565ed7ba8573412f153d1c (patch)
treef9fe4e4683e94c09ef7d807295c3f8c26b00b437 /Misc
parent4d92158f4c3917fc4fbfebff15224e74782abf79 (diff)
downloadcpython-06e2029dfa500a42e3565ed7ba8573412f153d1c.zip
cpython-06e2029dfa500a42e3565ed7ba8573412f153d1c.tar.gz
cpython-06e2029dfa500a42e3565ed7ba8573412f153d1c.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-06-19-22-21-27.bpo-33907.z-_B3N.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-19-22-21-27.bpo-33907.z-_B3N.rst b/Misc/NEWS.d/next/IDLE/2018-06-19-22-21-27.bpo-33907.z-_B3N.rst
new file mode 100644
index 0000000..9c5a070
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-06-19-22-21-27.bpo-33907.z-_B3N.rst
@@ -0,0 +1,3 @@
+For consistency and appearance, rename an IDLE module and class. Module
+idlelib.calltips is now calltip. Class idlelib.calltip_w.CallTip is now
+Calltip.