ToolReadline Module

Add auto-completion and a stored history file of commands to your Python
interactive interpreter. Requires Python 2.0+, readline. Autocomplete is bound to the Esc key by default (you can change it - see readline docs).
This module simple launch readline wrapper to help taping texts to python programs.
Basically, it’s less efficient than PyRlwrap, but quite simplier.

Warning:

Warning

The readline history file is set locally (./.python.history.py).

Table Of Contents

Previous topic

PyRlwrap Module

Next topic

IRCclient Module

This Page