diff options
author | Lucas Cimon <lucas.cimon@gmail.com> | 2019-10-31 08:06:25 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2019-10-31 08:06:25 (GMT) |
commit | b15100fe7def8580c78ed16f0bb4b72b2ae7af3f (patch) | |
tree | f65caddb35b979e84b8cc1ecd09995b6769c1ea8 /Misc | |
parent | 79d4ed102a5069c6cebaed2627cb1645637f0429 (diff) | |
download | cpython-b15100fe7def8580c78ed16f0bb4b72b2ae7af3f.zip cpython-b15100fe7def8580c78ed16f0bb4b72b2ae7af3f.tar.gz cpython-b15100fe7def8580c78ed16f0bb4b72b2ae7af3f.tar.bz2 |
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-10-24-17-26-39.bpo-38586.cyq5nr.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-24-17-26-39.bpo-38586.cyq5nr.rst b/Misc/NEWS.d/next/Library/2019-10-24-17-26-39.bpo-38586.cyq5nr.rst new file mode 100644 index 0000000..eac7bba --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-10-24-17-26-39.bpo-38586.cyq5nr.rst @@ -0,0 +1 @@ +Now :func:`~logging.config.fileConfig` correcty sets the .name of handlers loaded. |