]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
authorInada Naoki <songofacandy@gmail.com>
Tue, 13 Apr 2021 09:17:03 +0000 (18:17 +0900)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 09:17:03 +0000 (18:17 +0900)
commitc2b7a66b91cdb96fbfdb160f96797208ddc5e436
treefd8a4bcca046f1ed4fc803c8534d246522a6fb2b
parenta4833883c9b81b6b272cc7c5b67fa1658b65304c
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
Doc/library/logging.config.rst
Lib/logging/config.py
Misc/NEWS.d/next/Library/2021-04-08-15-19-20.bpo-43731.nnVd3h.rst [new file with mode: 0644]