[issue28335] Exception reporting in `logging.config`

Ram Rachum report at bugs.python.org
Sun Oct 2 09:25:45 EDT 2016


Ram Rachum added the comment:

You're right Vinay: I missed that first traceback because I wasn't running code in the console, I was running it with a debugger. (I'll ask my debugger vendor to maybe include these extra tracebacks.)

But in any case, I think that the correct way to raise would be with `from`, don't you think? (It's also more likely that debugger vendor would include these tracebacks rather than the "During handling" traceback.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28335>
_______________________________________


More information about the Python-bugs-list mailing list