Feature Requests item #449227, was opened at 2001-08-08 18:04 Message generated for change (Comment added) made by rnd0110 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=449227&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Roman Suzi (rnd0110) Assigned to: Nobody/Anonymous (nobody) Summary: rlcompleter add "(" to callables feature Initial Comment: I use rlcompleter extensively in interactive Python mode. I think it could be cool if callable objects were added "(" when completed. This way it will be much faster to program, without looking-up __doc__. For example: >>> f.fil<TAB> will give: >>> f.fileno(_ ("_" is to mark cursor position) and: >>> f.so<TAB> will (as before) give: >>> f.softspace _ ---------------------------------------------------------------------- >Comment By: Roman Suzi (rnd0110) Date: 2006-11-09 07:01 Message: Logged In: YES user_id=287815 Wow! The patch is here! Why isn't is accepted into the distribution??? ---------------------------------------------------------------------- Comment By: Roman Suzi (rnd0110) Date: 2006-11-09 06:58 Message: Logged In: YES user_id=287815 Perhaps one needs to propose a patch. Otherwise it will not advance... ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-07-17 13:15 Message: Logged In: YES user_id=1188172 Any comments on this one? Sounds reasonable to me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=449227&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com