Itamar Turner-Trauring on Nostr: Oh, cool, Python exceptions now have as of 3.11 an `add_note()` function that lets ...
Oh, cool, Python exceptions now have as of 3.11 an `add_note()` function that lets you add extra notes to an exception. They get displayed with the traceback.
https://docs.python.org/3/library/exceptions.html#BaseException.add_note
#python
https://docs.python.org/3/library/exceptions.html#BaseException.add_note
#python