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 xtreak
Recipients Alex Mashianov, docs@python, xtreak
Date 2019-10-16.08:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571213776.66.0.42640729308.issue38495@roundup.psfhosted.org>
In-reply-to
Content
In the sphinx source it's ' ' so maybe it's a problem with the rendering part.

https://raw.githubusercontent.com/python/cpython/master/Doc/library/functions.rst

.. function:: print(*objects, sep=' ', end='\\n', file=sys.stdout, flush=False)
History
Date User Action Args
2019-10-16 08:16:16xtreaksetrecipients: + xtreak, docs@python, Alex Mashianov
2019-10-16 08:16:16xtreaksetmessageid: <1571213776.66.0.42640729308.issue38495@roundup.psfhosted.org>
2019-10-16 08:16:16xtreaklinkissue38495 messages
2019-10-16 08:16:16xtreakcreate