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 methane
Recipients SilentGhost, jonathan-lp, methane, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2019-06-12.23:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560383578.37.0.964437769921.issue37111@roundup.psfhosted.org>
In-reply-to
Content
> I've left it as is using the same rationale as I guess open() has at the moment - "Errors should never pass silently. Unless explicitly silenced".

But open() is general purpose, and logging is for logging.

Note that stderr uses 'backslashreplace', even when PYTHONIOENCODING=ascii:strict is used.

And if we don't log something due to encoding error, doesn't it mean "errors may ignored completely silently by default"?
What logging does when UnicodeEncodeError is happened?
History
Date User Action Args
2019-06-12 23:52:58methanesetrecipients: + methane, paul.moore, vinay.sajip, tim.golden, SilentGhost, zach.ware, steve.dower, jonathan-lp
2019-06-12 23:52:58methanesetmessageid: <1560383578.37.0.964437769921.issue37111@roundup.psfhosted.org>
2019-06-12 23:52:58methanelinkissue37111 messages
2019-06-12 23:52:58methanecreate