[IPython-dev] Bug caused by commit 2ccc90d68ac01145ab97

Thomas Kluyver takowl at gmail.com
Wed Mar 2 15:44:37 EST 2011


On 2 March 2011 20:27, Jörgen Stenarson <jorgen.stenarson at bostream.nu>wrote:

> Thomas Kluyver skrev 2011-03-02 21:08:
> > At present, any command containing non-ascii characters fails (at least
> > for me). Can you test with my unicode issues branch:
> >
>
> The problem with non-ascii characters disappeared but there are some
> test errors and failures, see below.
>

OK, the first two are easy ones, I'd just forgotten to add the encoding
declaration to the necessary files (I guess it's a platform difference that
it didn't complain for me). I've pushed an update.

The next two I'm not sure about - it looks like some of our directory code
isn't properly platform independent. Finally, pexpect is a dependency error
- it should fall back to using IPython.external.pexpect.

I've also rebased the branch, so it's up to date with trunk - can I ask you
to test again with that? You might have to delete your copy of the branch
and refetch it.

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


More information about the IPython-dev mailing list