Closed
Description
Bug report
Compare the docs:
cpython/Doc/library/traceback.rst
Lines 138 to 146 in 7237fb5
With the docstring:
Lines 151 to 165 in 7237fb5
Docstring is missing
Following the message, the list contains the exception's :attr:`notes <BaseException.__notes__>`.
part.
I think that it would be better to mention __notes__
there as well.
PR is incoming.