Hugo Nobrega added the comment:
I see, thank you. But, in that case, shouldn't the interactive `python -i`
shell have the same (now seen as desired) behavior as the IDLE shell?
--
___
Python tracker
<https://bugs.python.org/is
New submission from Hugo Nobrega :
When evaluting a call to the `print` function with argument `end=''` in the
IDLE shell, a newline is unexpectedly added at the end, before the next shell
prompt.
The expected behavior is to have the shell prompt next to the last printed
line. Th