diff options
author | Inada Naoki <songofacandy@gmail.com> | 2021-04-13 09:17:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 09:17:03 (GMT) |
commit | c2b7a66b91cdb96fbfdb160f96797208ddc5e436 (patch) | |
tree | fd8a4bcca046f1ed4fc803c8534d246522a6fb2b /Misc | |
parent | a4833883c9b81b6b272cc7c5b67fa1658b65304c (diff) | |
download | cpython-c2b7a66b91cdb96fbfdb160f96797208ddc5e436.zip cpython-c2b7a66b91cdb96fbfdb160f96797208ddc5e436.tar.gz cpython-c2b7a66b91cdb96fbfdb160f96797208ddc5e436.tar.bz2 |
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-04-08-15-19-20.bpo-43731.nnVd3h.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-08-15-19-20.bpo-43731.nnVd3h.rst b/Misc/NEWS.d/next/Library/2021-04-08-15-19-20.bpo-43731.nnVd3h.rst new file mode 100644 index 0000000..e5309c9 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-04-08-15-19-20.bpo-43731.nnVd3h.rst @@ -0,0 +1 @@ +Add an ``encoding`` parameter :func:`logging.fileConfig()`. |