summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2018-06-20 04:22:48 (GMT)
committerGitHub <noreply@github.com>2018-06-20 04:22:48 (GMT)
commite97a685185b82ba6de6de576fc2a4cf3cd6192af (patch)
treef953ba2b579aa23dd3c5d7ca9fde4e390dcbd40e /Misc/NEWS.d
parent90209a172c5b629f512cf292a22950285a2c3d81 (diff)
downloadcpython-e97a685185b82ba6de6de576fc2a4cf3cd6192af.zip
cpython-e97a685185b82ba6de6de576fc2a4cf3cd6192af.tar.gz
cpython-e97a685185b82ba6de6de576fc2a4cf3cd6192af.tar.bz2
[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>
Diffstat (limited to 'Misc/NEWS.d')
-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.