Oct. 16, 2019
7:36 a.m.
New submission from Alex Mashianov <mashianov@gmail.com>: Python docs says print() function default sep='': http://joxi.ru/EA44JnfonNwLAb.png While in reality sep=' ': http://joxi.ru/n2YXyRsbw6oYm6.png Probably it's a bug with space not being escaped in html to prevent trimming. ---------- assignee: docs@python components: Documentation messages: 354778 nosy: Alex Mashianov, docs@python priority: normal severity: normal status: open title: print built-in function docs bug type: enhancement versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38495> _______________________________________