From d919ad9eee6c094b678a26e7bd7e180471b58e15 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 13 Feb 2007 20:30:34 +0100 Subject: [PATCH] [svn r38750] mention command line completion --HG-- branch : trunk --- py/doc/future.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/py/doc/future.txt b/py/doc/future.txt index 2b134cc39..a15b71ec5 100644 --- a/py/doc/future.txt +++ b/py/doc/future.txt @@ -119,6 +119,15 @@ is a can of subsequent worms). .. _`reiserfs v4 features`: http://www.namesys.com/v4/v4.html +Integrate interactive completion +================================== + +It'd be nice to integrate the bash-like +rlcompleter2_ python command line completer +into the py lib, and making it work remotely +and with pdb. + +.. _rlcompleter2: http://codespeak.net/rlcompleter2/ Consider more features ==================================