New submission from Terry J. Reedy <tjre...@udel.edu>:

Rename module 'calltips' as 'calltip'
1. 'calltips' and 'windows' are the only two plural module names.
2. 'calltip' fits better with 'calltip_w' (which may, however, be merged 
in 'calltip'.
Module rename can be checked as with 'window', #33906.

and class CallTips as Calltip.
3. This may be the only plural class name.
4. ToolTip is singular and will be changed to Tooltip in #33839.  See the 6/17 
and 6/19 messages.
Needed changes in other modules will not necessarily be caught by existing 
tests.  Use grep for 'CallTips'.

I will not change tooltip.py (currently not used or tested) as change here 
would conflict with current PR for #33839.

----------
assignee: terry.reedy
components: IDLE
messages: 320004
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE: Rename calltips and CallTips as calltip and Calltip.
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33907>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to