[IPython-dev] IPEP 11: Tab Completion System Refactor

Robert McGibbon rmcgibbo at gmail.com
Mon Feb 25 23:51:10 EST 2013


Hi,

I've posted IPEP 11, which is a proposal to refactor the kernel side tab completion machinery. There are two three for refactoring: the first is to provide a richer API for new tab completion matchers to interact with IPython, enabling, for example, projects like PR2701 to be done more cleanly. The second goal is to make the tab completion system less tied to GNU readline and capable of delivering richer contextual information to non-readline frontends like the notebook. The third is to clean up and simplify the existing code.

https://github.com/ipython/ipython/wiki/IPEP-11%3A-Tab-Completion-System-Refactor

Any and all thoughts are appreciated.

-Robert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130225/096ae322/attachment.html>


More information about the IPython-dev mailing list