Terry J. Reedy added the comment:

Adding 'break' to parenmatch.paren_closed_event prevented ')' from closing 
calltips.  Removing it reverts the regression.

I am leaving this open to re-review the other optional changes to see if ')' is 
unique or if anything else is being caught that needs to pass   I am thinking 
that 'break' should perhaps be limited to events that are associated with 
user-settable control sequences (those with modifiers other than Shift).

I am still looking at calltip_w.py to see whether, if the bindings were 
reversed, ')' could close a calltip but not pass on to parenmatch.

----------
status: closed -> open

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

Reply via email to