This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author planders
Recipients planders, vinay.sajip
Date 2017-07-31.20:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501533421.89.0.868267598253.issue31080@psf.upfronthosting.co.za>
In-reply-to
Content
This is the current state of my patch:

bpo-31080-fileconfig">https://github.com/python/cpython/compare/master...Preston-Landers:bpo-31080-fileconfig

It makes both `args` and `kwargs` optional in the config file. (Obviously, the actual handler may require args.)
History
Date User Action Args
2017-07-31 20:37:01planderssetrecipients: + planders, vinay.sajip
2017-07-31 20:37:01planderssetmessageid: <1501533421.89.0.868267598253.issue31080@psf.upfronthosting.co.za>
2017-07-31 20:37:01planderslinkissue31080 messages
2017-07-31 20:37:01planderscreate