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 steven.daprano
Recipients SnoopJeDi, barry, docs@python, steven.daprano
Date 2022-01-06.17:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20220106171046.GV31214@ando.pearwood.info>
In-reply-to <1641485598.39.0.62122731555.issue46282@roundup.psfhosted.org>
Content
Sure, there will always be some users who will find certain things not 
obvious. Sometimes I'm that user myself.

What did this user think print() returned? What precisely was their 
question? Perhaps if I saw the conversation in context, I would be more 
sympathetic to this.

I can see a difference between (for example) the questions:

"I see that print('Hello world') returns None, but is it safe to assume 
that print will *always* return None? It is not documented anywhere as 
far as I can see."

and

"What does x = print('Hello world') do?"
History
Date User Action Args
2022-01-06 17:15:13steven.dapranosetrecipients: + steven.daprano, barry, docs@python, SnoopJeDi
2022-01-06 17:15:13steven.dapranolinkissue46282 messages
2022-01-06 17:15:13steven.dapranocreate