[IPython-dev] merge request

Prabhu Ramachandran prabhu at aero.iitb.ac.in
Sun Apr 26 12:34:32 EDT 2009


Gael Varoquaux wrote:
> On Sat, Apr 25, 2009 at 04:10:25PM -0700, Brian Granger wrote:
>> After a few weeks of work, we have just merged a massive branch into
>> the ipython trunk.  Because of the massive numbers of changes that
>> have been merged in, we really need some help testing out IPython
>> before we cut a 0.10 release (we are basically done merging in things
>> for 0.10, more on that in a separate email thread).  
> 
> Hey, Brian, you are probably going to hate me for this, but could you
> please merge in a tiny bug fix for the wx frontends. I discovered a
> 'miss-interaction' while playing a bit with the terminal to check it was
> OK for release. It is in the key-handling code, so it is a nightmare to
> test, and I don't catch these bugs without smoke testing. It is revision
> 1172 of my branch, and it is really a tiny bug fix. Hopefully, this is
> not going to add too much work to the release process.

Is this the lack of a newline when you do something like

print "hello"

on the frontend?

On Mayavi with lp:ipython and the wx frontend I get this:


In [1]: print "hello"hello

In [2]:

Strangely enough this doesn't happen with ipythonx.  Not sure this is an 
IPython issue or a mayavi one.


cheers,
prabhu



More information about the IPython-dev mailing list