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 methane
Recipients Alex Mashianov, docs@python, methane, xtreak
Date 2019-10-16.08:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571214687.7.0.531272862097.issue38495@roundup.psfhosted.org>
In-reply-to
Content
Space is not trimmed. You can confirm there is a space by copy&paste it from rendered HTML.

  print(*objects, sep=' ', end='\n', file=sys.stdout, flush=False)¶

So this is caused by rendering <em>sep=' '</em>.
I don't like <em>, but I'm not sure this can be customized by theme.
History
Date User Action Args
2019-10-16 08:31:27methanesetrecipients: + methane, docs@python, xtreak, Alex Mashianov
2019-10-16 08:31:27methanesetmessageid: <1571214687.7.0.531272862097.issue38495@roundup.psfhosted.org>
2019-10-16 08:31:27methanelinkissue38495 messages
2019-10-16 08:31:27methanecreate