[IPython-dev] Helping battle testing the newapp branch

Thomas Kluyver takowl at gmail.com
Mon Jun 20 14:12:44 EDT 2011


On 20 June 2011 17:56, Thomas Kluyver <takowl at gmail.com> wrote:

>
> We seem to have broken non-ascii input at the Qt console. I'm looking into
> it.


IPython/zmq/session.py, line 76 - we're bludgeoning unicode out of a dict.
So the console sends the execute request OK, but the kernel flattens it out
in retrieving it. I'm not quite sure why we're squashing on unpacking: both
the server and the client should be capable of handling unicode strings.

Made PR 532.

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


More information about the IPython-dev mailing list