This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients serhiy.storchaka, xiang.zhang
Date 2016-09-23.11:07:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474628844.67.0.661113318588.issue28255@psf.upfronthosting.co.za>
In-reply-to
Content
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>>>
History
Date User Action Args
2016-09-23 11:07:24xiang.zhangsetrecipients: + xiang.zhang, serhiy.storchaka
2016-09-23 11:07:24xiang.zhangsetmessageid: <1474628844.67.0.661113318588.issue28255@psf.upfronthosting.co.za>
2016-09-23 11:07:24xiang.zhanglinkissue28255 messages
2016-09-23 11:07:24xiang.zhangcreate