Xiang Zhang added the comment:
A single `print x,` seems to me won't add the trailing space. And I don't
understand why in py2 repl even with comma there is still a newline:
>>> print 'a',
a
>>>
>>> print('a', end='')
a>>>
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue28255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com