<div class="gmail_quote">On 14 April 2011 19:06, MinRK <span dir="ltr"><<a href="mailto:benjaminrk@gmail.com">benjaminrk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="h5">
</div>This is actually the pyreadline issue brought up in the discussion on<br>
#375.  The history was rewritten pretty significantly,<br>
but resulted in falling out of sync with pyreadline on Windows.  I<br>
believe Thomas is working on handling pyreadline's difference.<br></blockquote><div><br>Can you (and anyone with Windows) test my pyreadline-errors branch:<br><br><a href="https://github.com/takluyver/ipython/tree/pyreadline-errors">https://github.com/takluyver/ipython/tree/pyreadline-errors</a><br>

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

<br>Thanks,<br>Thomas<br></div></div>