Comment 13 for bug 450552

Revision history for this message
Rustom (rustompmody) wrote : Re: [Bug 450552] Re: python-mode breaks for python 3

Hello Andreas.

On Tue, Nov 3, 2009 at 2:51 AM, Andreas Roehler
<email address hidden> wrote:
> ...
>
> Hi Rustom,
>
> seems I have a ipython-bug here.
>
> with
> print 3 * 4
> in foo.py
>
> I get the correct result only first time in a separate buffer without
> ipython.

Ive never used IPython.

>
> Afterwards always strange output:
>
> IPython 0.8.1 -- An enhanced Interactive Python.
> ....
> object? -> Details about 'object'. ?object also works, ?? prints more.
>
>  [0;32m In [  [1;32m 1  [0;32m ]:   [0m 12
> Last number 12 is the correct output.
> Seems some encoding from shell-processes wrong...

Ive seen some discussions about encoding issues on the emacs list recently.
Personally Ive never been able to wrap my head round unicode matters
though Ive tried many times :-(

As for IPython I could install it and try but is it related to the
earlier bug viz that python3 removing execfile has broken basic
functionality? If you think so I could poke around. If not I guess we
should deal with separate bugs separately -- No??

One last point -- youve sent (or launchpad has automatically attached)
a patch file.
How does one use it? emacs? bzr? launchpad? Whats the workflow?

Rustom