rlcompleter suggestion and patch

Roman Suzi rnd at onego.ru
Thu Aug 9 10:30:54 EDT 2001


hello,

I've submitted a small feature request to allow rlcompleter to
do this cool thing:

>>> msg.<TAB>
msg.__class__(   msg.close(       msg.pos          msg.tell(
msg.__doc__      msg.closed       msg.read(        msg.truncate(
msg.__init__(    msg.flush(       msg.readline(    msg.write(
msg.__module__   msg.getvalue(    msg.readlines(   msg.writelines(
msg.buf          msg.isatty(      msg.seek(
msg.buflist      msg.len          msg.softspace
>>>

(do not remember sourceforge feature number, but subject has "rlcompleter"
in it)

I hope I find supportive voices here for this little feature. It makes
easier to know which are methods (callables) and which are just
attributes.

(I invented this 'cause I each time recall if "fileno" is plain attribute
or method...)


Sincerely yours, Roman Suzi
-- 
_/ Russia _/ Karelia _/ Petrozavodsk _/ rnd at onego.ru _/
_/ Thursday, August 09, 2001 _/ Powered by Linux RedHat 6.2 _/
_/ "NEWS! Stolen painting found by tree" _/





More information about the Python-list mailing list