]> granicus.if.org Git - python/commit
Reordered and reformatted, and added some cool new features:
authorGuido van Rossum <guido@python.org>
Fri, 26 Sep 1997 21:51:21 +0000 (21:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Sep 1997 21:51:21 +0000 (21:51 +0000)
commit290900a5d76a5d9763bc1d1bb228845cda5754fa
treed72b60287b654bc5d4187f3ea78a3792616fa8e7
parentee81af89779d8ea189f23fddca1d96a4eb49751e
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!
Modules/readline.c