[IPython-dev] Spurious newline with ipython in Emacs

Piet van Oostrum piet-l at pietvanoostrum.com
Sun Aug 21 13:29:14 EDT 2016


Thomas Kluyver <takowl at gmail.com> writes:

> On 21 August 2016 at 15:09, Piet van Oostrum <piet-l at pietvanoostrum.com> wrote:
>
>     The last line is
>                     print(*(s for t, s in tokens), sep='')
>     and this prints a newline after the output prompt.
>     Changing this to
>                     print(*(s for t, s in tokens), sep='', end='')
>     solves the problem.
>
> Thanks Piet, I think this was just overlooked. Do you want to make a pull request with that
> change?
>
I don't have the repository cloned, so a pull request doesn't make sense for me, I think. Can someone else do it? Or should I just file a bug report?
-- 
Piet van Oostrum <piet-l at pietvanoostrum.com>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]



More information about the IPython-dev mailing list