Thomas Fenzl added the comment:

It's not (easily) possible to get the invoked character that caused the 
completion function. 
Multiple keys can be bound to complete and the bindable function rl_complete 
provided in libreadline does not forward the invoking key to 
rl_complete_internal, through which Completer.complete is eventually called.

----------
nosy: +Thomas Fenzl

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

Reply via email to