Oct. 16, 2019
8:31 a.m.
Inada Naoki <songofacandy@gmail.com> added the comment: 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. ---------- nosy: +inada.naoki _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38495> _______________________________________