Path to this page:
Subject: CVS commit: wip/py-rlcompleter2
From: Michal Pasternak
Date: 2004-04-23 01:42:12
Message id: E1BGnpc-0007og-Bm@sc8-pr-cvs1.sourceforge.net
Log Message:
Initial import of Python interactive mode tab-completion module;
suggested by dsuch.
DESCR:
One of the best features of python is that you can use and learn it
interactively. rlcompleter2 enhances this interactive experience. It is a
major improvement over the rlcompleter module in the 2.2 standard lib. I
recommend that you simply install it and see if you like it. User interface
is simple: hit <tab> one or more times during typing your python statements.
If you sometimes use python interactively you will certainly enjoy it. If
you don't work interactively then you should :-)
Files: