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 taleinat, terry.reedy
Date 2018-06-11.20:09:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528747780.64.0.592728768989.issue33839@psf.upfronthosting.co.za>
In-reply-to
Content
calltip_w.py code is partly based on tooltip.py.  The latter is currently unused.  But it is needed, with changes, for squeezer (#1529353).  So I would like to see if we can make an improved Tooltip class that can be used or subclassed by both.

The current subclasses should be deleted unless actually used.  Docstrings should be added to what remains.  Then test_tooltip, with 100% coverage, should be added.  If needed, code can be changed to make testing easier.
History
Date User Action Args
2018-06-11 20:09:40terry.reedysetrecipients: + terry.reedy, taleinat
2018-06-11 20:09:40terry.reedysetmessageid: <1528747780.64.0.592728768989.issue33839@psf.upfronthosting.co.za>
2018-06-11 20:09:40terry.reedylinkissue33839 messages
2018-06-11 20:09:40terry.reedycreate