[Python-Dev] auto-import rlcompleter instead of readline?
Flying Cougar Burnette
tommy@ilm.com
Fri, 23 Mar 2001 13:12:49 -0800 (PST)
But if we just change the readline import to rlcompleter and *don't*
do the parse_and_bind trick then your TABs will not be impacted,
correct? Will we lose anything by making this switch?
Thomas Wouters writes:
| On Fri, Mar 23, 2001 at 10:04:07AM -0500, Greg Ward wrote:
|
| > But I think having this convenience built-in for free would be a very
| > nice thing. I used Python for over a year before I found out about
| > PYTHONSTARTUP, and it was another year after that that I learnedabout
| > readline.parse_and_bind(). Why not save future newbies the bother?
|
| And break all those poor users who use tab in interactive mode (like *me*)
| to mean tab, not 'complete me please' ? No, please don't do that :)
|
| --
| Thomas Wouters <thomas@xs4all.net>
|
| Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
|
| _______________________________________________
| Python-Dev mailing list
| Python-Dev@python.org
| http://mail.python.org/mailman/listinfo/python-dev