#7069 implemented chained exceptions (thank you @jepler). However, https://docs.circuitpython.org/en/latest/shared-bindings/traceback/index.html still says:
chain (bool) – If True then chained exceptions will be printed (note: not yet implemented).
The "not yet implemented" should be changed, and can this actually be set to False to not format or print the chain?
#7069 implemented chained exceptions (thank you @jepler). However, https://docs.circuitpython.org/en/latest/shared-bindings/traceback/index.html still says:
The "not yet implemented" should be changed, and can this actually be set to False to not format or print the chain?