Terry J. Reedy <tjre...@udel.edu> added the comment:

> the PR allows using either type of quote when typing completions.

Only if one types a quote before the box pops up.  In this case, there is no 
auto popup and one must request completions.  The box then uses the quote 
typed.  Thereafter, there is no choice. Backspacing to delete the quote and 
typing the another one disables matching.

If one type >>> d[ and pauses long enough for the auto-popup, (I have 'wait' 
set to 200 milleseconds), one must similarly match the existing quote, because 
jumping ahead requires a string match.  Because of the bytes inclusion, the 
match much include the opening quote, because otherwise an initial 'b' would be 
ambiguous.  Without bytes, we could either removed the quotes from the box or 
automatically add an open quote.

----------

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

Reply via email to