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-20.07:07:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529478442.81.0.56676864532.issue33839@psf.upfronthosting.co.za>
In-reply-to
Content
> if: versus try: The latter is faster if try: succeeds. On the other hand, we could make the if: fail by mocking it.  Since there is no except: or else: code to test, it hardly seems worth it.  A low priority item.

Generalizing 'show calltip': Great idea, as in "Why didn't I think of that!".  Works if cursor on same line as squeeze box.  Either same delay or calculate from hover delay.  If we have different popup contents, I think 1 at a time would be fine.
History
Date User Action Args
2018-06-20 07:07:22terry.reedysetrecipients: + terry.reedy, taleinat
2018-06-20 07:07:22terry.reedysetmessageid: <1529478442.81.0.56676864532.issue33839@psf.upfronthosting.co.za>
2018-06-20 07:07:22terry.reedylinkissue33839 messages
2018-06-20 07:07:22terry.reedycreate