Re: passing string for editing in input()

2010-02-07 Thread Chris Rebert
On Sun, Feb 7, 2010 at 8:24 AM, Aahz wrote: > In article , > Chris Rebert   wrote: >>On Tue, Feb 2, 2010 at 5:24 AM, mk wrote: >>> >>> Is there an easy way to get an editing (readline) in Python that would >>> contain string for editing and would not just be empty? >>> >>> I googled but found not

Re: passing string for editing in input()

2010-02-07 Thread Aahz
In article , Chris Rebert wrote: >On Tue, Feb 2, 2010 at 5:24 AM, mk wrote: >> >> Is there an easy way to get an editing (readline) in Python that would >> contain string for editing and would not just be empty? >> >> I googled but found nothing. > >Er...: http://docs.python.org/library/readline

Re: passing string for editing in input()

2010-02-02 Thread mk
Peter Otten wrote: mk wrote: Is there an easy way to get an editing (readline) in Python that would contain string for editing and would not just be empty? http://mail.python.org/pipermail/python-list/2009-June/1209309.html Peter Thanks a lot! Just what I needed. Regards, mk -- http://m

Re: passing string for editing in input()

2010-02-02 Thread Peter Otten
mk wrote: > Is there an easy way to get an editing (readline) in Python that would > contain string for editing and would not just be empty? http://mail.python.org/pipermail/python-list/2009-June/1209309.html Peter -- http://mail.python.org/mailman/listinfo/python-list

Re: passing string for editing in input()

2010-02-02 Thread Chris Rebert
On Tue, Feb 2, 2010 at 5:24 AM, mk wrote: > Hello, > > Is there an easy way to get an editing (readline) in Python that would > contain string for editing and would not just be empty? > > I googled but found nothing. Er...: http://docs.python.org/library/readline.html It's the third hit for "pyth

passing string for editing in input()

2010-02-02 Thread mk
Hello, Is there an easy way to get an editing (readline) in Python that would contain string for editing and would not just be empty? I googled but found nothing. Regards, mk -- http://mail.python.org/mailman/listinfo/python-list