Re: Spurious newline with ipython in Emacs
Thomas Kluyver <[email protected]> Sun, 21 Aug 2016 15:20:36 +0100
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAOvn4qhTrtFVDDpNB29EzVAtAckFfXeJo=a4ecvXZ=yKxN98vA@mail.gmail.com> |
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? _______________________________________________ IPython-dev mailing list [email protected] https://mail.scipy.org/mailman/listinfo/ipython-dev