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 2020-11-02.07:52:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604303529.29.0.313803503658.issue42239@roundup.psfhosted.org>
In-reply-to
Content
I dislike the idea of creating a Hyperparser and calling get_surrounding_brackets on every ).  For (, the open is the ( just typed and the close is typically the newline to the right.  For ), the open may be several lines back.  I will test for noticeable delay after sleeping.
History
Date User Action Args
2020-11-02 07:52:09terry.reedysetrecipients: + terry.reedy, taleinat
2020-11-02 07:52:09terry.reedysetmessageid: <1604303529.29.0.313803503658.issue42239@roundup.psfhosted.org>
2020-11-02 07:52:09terry.reedylinkissue42239 messages
2020-11-02 07:52:09terry.reedycreate