Serhiy Storchaka added the comment:

Added few cursory comments on Rietveld.

"sys" and "os.path" cases are not critical and we can ignore them if it 
complicates the code. But preserving Completer independence from readline looks 
more important to me. We can just add methods get_line_buffer(), get_begidx(), 
get_endidx() and get_completion_type() to Completer, but may be better to add 
more high level methods.

----------

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

Reply via email to