Uh oh!
There was an error while loading. Please reload this page.
Add documentation for new colorize keyword argument in traceback documentation #142896
Closed as not planned
There was an error while loading. Please reload this page.
colorize keyword argument in traceback documentation #142896
Documentation of Traceback module colorize features
The new colorized tracebacks are awesome. When users manually create tracebacks using the
tracebackmodule, they will not get colorized output by default.This is because the
colorize=Trueargument needs to be passed to thetraceback.print_exceptionfunction.This argument isn't in the documentation. I found it by reading the diffs on the traceback colorization PR.
#112730