diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2019-06-17 16:40:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 16:40:52 (GMT) |
commit | ca7b504a4d4c3a5fde1ee4607b9501c2bab6e743 (patch) | |
tree | 00ebd3f37fbd696b8f70765d624447d470496f62 /Misc | |
parent | 00f6493084c385033fe5574314223217d9a26672 (diff) | |
download | cpython-ca7b504a4d4c3a5fde1ee4607b9501c2bab6e743.zip cpython-ca7b504a4d4c3a5fde1ee4607b9501c2bab6e743.tar.gz cpython-ca7b504a4d4c3a5fde1ee4607b9501c2bab6e743.tar.bz2 |
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-06-09-17-22-33.bpo-37111.2I0z2k.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-06-09-17-22-33.bpo-37111.2I0z2k.rst b/Misc/NEWS.d/next/Library/2019-06-09-17-22-33.bpo-37111.2I0z2k.rst new file mode 100644 index 0000000..39821ed --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-06-09-17-22-33.bpo-37111.2I0z2k.rst @@ -0,0 +1 @@ +Added ``encoding`` and ``errors`` keyword parameters to ``logging.basicConfig``. |