Yoha added the comment:

I have found the culprit. It is actually coming from libreadline: 
<http://git.savannah.gnu.org/cgit/readline.git/tree/complete.c#n517> where the 
answer is always set to yes in callback mode. According to `git blame`, this is 
has been so since version 6.2 at least three years ago.

Should Python patch its code to fix readline's behavior? Should I a bug be 
filed in the GNU maling list for readline? Should I wait and hope this is fixed 
someday?

----------

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

Reply via email to