]> granicus.if.org Git - python/commit
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH...
authorPreston Landers <planders@utexas.edu>
Wed, 2 Aug 2017 20:44:28 +0000 (15:44 -0500)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 2 Aug 2017 20:44:28 +0000 (21:44 +0100)
commit6ea56d2ebcae69257f8dd7af28c357b25bf394c3
tree7e4c607a686f94143ef8ceba102df888e35480ea
parentde34cbe9cdaaf7b85fed86f99c2fd071e1a7b1d2
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979)
Doc/library/logging.config.rst
Lib/logging/config.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2017-08-01-18-26-55.bpo-31080.2CFVCO.rst [new file with mode: 0644]