Re: Spurious newline with ipython in Emacs

Piet van Oostrum <[email protected]> Sun, 21 Aug 2016 19:29:14 +0200
Newsgroups gmane.comp.python.ipython.devel
Message-ID <[email protected]>
Thomas Kluyver <[email protected]> writes:

> On 21 August 2016 at 15:09, Piet van Oostrum <[email protected]> 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 <[email protected]>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
_______________________________________________
IPython-dev mailing list
[email protected]
https://mail.scipy.org/mailman/listinfo/ipython-dev