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 methane, vinay.sajip, vstinner
Date 2021-04-13.23:33:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618356819.69.0.216213399848.issue43731@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2021-04-13 23:33:39methanesetrecipients: + methane, vinay.sajip, vstinner
2021-04-13 23:33:39methanesetmessageid: <1618356819.69.0.216213399848.issue43731@roundup.psfhosted.org>
2021-04-13 23:33:39methanelinkissue43731 messages
2021-04-13 23:33:39methanecreate