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 cool-RR
Recipients cool-RR, vinay.sajip
Date 2016-10-01.18:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475346017.58.0.463787476643.issue28335@psf.upfronthosting.co.za>
In-reply-to
Content
In `logging.config.DictConfigurator.configure`, there are exceptions that are caught and then replaced with `ValueError` exceptions. I think you should use the `raise x from y` syntax so that the original tracebacks will be preserved. (I'm debugging such an exception now and it's quite frustrating that I'm not seeing the full traceback of the original exception.)
History
Date User Action Args
2016-10-01 18:20:17cool-RRsetrecipients: + cool-RR, vinay.sajip
2016-10-01 18:20:17cool-RRsetmessageid: <1475346017.58.0.463787476643.issue28335@psf.upfronthosting.co.za>
2016-10-01 18:20:17cool-RRlinkissue28335 messages
2016-10-01 18:20:17cool-RRcreate