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 jonathan-lp
Recipients docs@python, jonathan-lp, vinay.sajip
Date 2019-07-13.10:25:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563013559.95.0.720002075815.issue37563@roundup.psfhosted.org>
In-reply-to
Content
> I'm not sure your tone is particularly constructive here.
Apologies, my bad.

> Which code are you looking at?
The documentation code: `class logging.StreamHandler(stream=None)`. Sorry, I don't know what you'd call that. I'm not referring to the code proper.

> As far as I can remember, you're the first person to bring this up since logging was added to Python in 2003.
This is a fallacy. Just because no-one else has reported it doesn't mean it hasn't caused a problem. 
I mean, I'm sure there are plenty of spelling errors/typos in the docs that no-one has reported for years, it doesn't mean they shouldn't be fixed when raised.
It's also assuming you have seen and remember every single bug report related to this from the past 16 years which, nothing personal, seems incredibly unlikely given how poor humans are at remembering things in the first place.

> And are you presuming to speak for all Python users here?
I'm presuming to speak for end-users yes, why not? I did ask for other input too you'll note. After a few decades of practice I'm fairly decent at getting into the headspace of users (of which I am one in this case), and I know it's something many developers don't really do well. A common mistake we developers make is to assume that everyone knows what we know and thinks like us.
History
Date User Action Args
2019-07-13 10:25:59jonathan-lpsetrecipients: + jonathan-lp, vinay.sajip, docs@python
2019-07-13 10:25:59jonathan-lpsetmessageid: <1563013559.95.0.720002075815.issue37563@roundup.psfhosted.org>
2019-07-13 10:25:59jonathan-lplinkissue37563 messages
2019-07-13 10:25:59jonathan-lpcreate