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
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
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
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
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