Vinay Sajip <[email protected]> added the comment:
> I'm wondering if there should be a change to `format()` to add an else There's no need; the field is initialised to None in the LogRecord constructor and then only set later if there is a traceback to be cached. > I think the cutoff for 3.7.1 was yesterday, but if you want to try to get > this in to that There's no need to deviate from the normal process to get it into this release, from my point of view. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34334> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
