[IPython-dev] Qt console making great strides, please use it and let us know what works, what doesn't

Thomas Kluyver takowl at gmail.com
Thu Apr 14 15:16:40 EDT 2011


On 14 April 2011 19:06, MinRK <benjaminrk at gmail.com> wrote:

>  This is actually the pyreadline issue brought up in the discussion on
> #375.  The history was rewritten pretty significantly,
> but resulted in falling out of sync with pyreadline on Windows.  I
> believe Thomas is working on handling pyreadline's difference.
>

Can you (and anyone with Windows) test my pyreadline-errors branch:

https://github.com/takluyver/ipython/tree/pyreadline-errors

This catches the errors coming from the differences in pyreadline. For now,
we're not doing anything, so commands you enter in a debug session will show
up when you press Up afterwards. It's easy enough to change that to always
reset readline, but that will mean a fairly expensive operation to transfer
1000 lines from the database to readline, even when it's not necessary. But
that branch should stop the errors, at least.

Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110414/fa7ce5d9/attachment.html>


More information about the IPython-dev mailing list