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.11:43:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560339826.77.0.984641807889.issue37111@roundup.psfhosted.org>
In-reply-to
Content
Hmm,, about encoding, I agree that default encoding of open() should be used.
If we change it, encoding of log files are changed unexpectedly after upgrading Python.

On the other hand, couldn't we use different default error handler?
"replace" or "backslashescape" seems better default error handler for the logging.
Is this change affects too many users?
History
Date User Action Args
2019-06-12 11:43:46methanesetrecipients: + methane, paul.moore, vinay.sajip, tim.golden, SilentGhost, zach.ware, steve.dower, jonathan-lp
2019-06-12 11:43:46methanesetmessageid: <1560339826.77.0.984641807889.issue37111@roundup.psfhosted.org>
2019-06-12 11:43:46methanelinkissue37111 messages
2019-06-12 11:43:46methanecreate