Inada Naoki <[email protected]> added the comment:
> Ah, so you want to emit an EncodingWarning when fileConfig(filename) is > called without specifying an encoding, right? Yes, but only when the user uses `PYTHONWARNDEFAULTENCODING`. I already added `export PYTHONWARNDEFAULTENCODING=1` in `.bashrc` in my mac and Linux machine. In the future, config file should be read with UTF-8 by default. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43731> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
