Yury Selivanov added the comment:

Attached is a patch that uses different logic for tabulation.  Instead of 
returning '\t' from the completion callback, it instead calls explicit readline 
API: "readline.insert_text('\t'); readline.redisplay()"

Please review.

----------
keywords: +patch
Added file: http://bugs.python.org/file41085/rlcompleter.patch

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

Reply via email to