This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2018-06-19.23:04:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529449475.59.0.56676864532.issue33907@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-19 23:04:35terry.reedysetrecipients: + terry.reedy
2018-06-19 23:04:35terry.reedysetmessageid: <1529449475.59.0.56676864532.issue33907@psf.upfronthosting.co.za>
2018-06-19 23:04:35terry.reedylinkissue33907 messages
2018-06-19 23:04:35terry.reedycreate