[issue43731] PEP 597: logging.fileConfig() uses locale encoding.

STINNER Victor report at bugs.python.org
Tue Apr 13 05:48:02 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> fileConfig(fname, defaults=None, disable_existing_loggers=True, encoding=None)

If "locale" is the intended default, why not being more explicit and use encoding="locale"?

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list