[IPython-dev] Spurious newline with ipython in Emacs

Thomas Kluyver takowl at gmail.com
Sun Aug 21 10:20:36 EDT 2016


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20160821/4a7fe9a0/attachment.html>


More information about the IPython-dev mailing list