summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPreston Landers <planders@utexas.edu>2017-08-02 20:44:28 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-08-02 20:44:28 (GMT)
commit6ea56d2ebcae69257f8dd7af28c357b25bf394c3 (patch)
tree7e4c607a686f94143ef8ceba102df888e35480ea /Misc
parentde34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2 (diff)
downloadcpython-6ea56d2ebcae69257f8dd7af28c357b25bf394c3.zip
cpython-6ea56d2ebcae69257f8dd7af28c357b25bf394c3.tar.gz
cpython-6ea56d2ebcae69257f8dd7af28c357b25bf394c3.tar.bz2
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-08-01-18-26-55.bpo-31080.2CFVCO.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-01-18-26-55.bpo-31080.2CFVCO.rst b/Misc/NEWS.d/next/Library/2017-08-01-18-26-55.bpo-31080.2CFVCO.rst
new file mode 100644
index 0000000..afa2d53
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-08-01-18-26-55.bpo-31080.2CFVCO.rst
@@ -0,0 +1 @@
+Allow `logging.config.fileConfig` to accept kwargs and/or args.