[issue37111] Logging - Inconsistent behaviour when handling unicode

Steve Dower report at bugs.python.org
Thu Jun 13 10:51:41 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

I think Vinay gets to make the call, but I also agree that some sort of error handling by default makes sense for logging. Especially now that it's (about to be) easier to override the default.

FWIW, I'd leave the default arguments as None and just coerce it as late as possible, before TextIOWrapper does it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37111>
_______________________________________


More information about the Python-bugs-list mailing list