SIGN IN SIGN UP

Reordered and reformatted, and added some cool new features:

set_completer(function)
parse_and_bind(string)
read_init_file(filename)

The first is the most exciting feature: with an appropriate Python
completer function, it can do dynamic completion based on the contents
of your namespace!
G
Guido van Rossum committed
290900a5d76a5d9763bc1d1bb228845cda5754fa
Parent: ee81af8