Inada Naoki <songofaca...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38495>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to