Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Imports and provides the ‘correct’ version of readline for the platform.
Readline is used throughout IPython as:
import IPython.utils.rlineimpl as readline
In addition to normal readline stuff, this module provides have_readline boolean and _outputfile variable used in IPython.utils.