Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
Wrapper around linecache which decodes files to unicode according to PEP 263.
This is only needed for Python 2 - linecache in Python 3 does the same thing itself.