Changes between Initial Version and Version 3 of Ticket #33747


Ignore:
Timestamp:
May 30, 2022, 10:47:53 AM (2 years ago)
Author:
Adam Johnson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33747

    • Property Summary Display exception notes in in the technical 500 debug page on Python 3.11+.Display exception notes on the technical 500 debug page on Python 3.11+.
    • Property Triage Stage UnreviewedAccepted
  • Ticket #33747 – Description

    initial v3  
    1 Similar to #33701's suggestion to extend the debug page.
     1Similar to these tickets for extending the debug page for Python 3.11 exception changes: #33701, #33752.
    22
    33Python 3.11 adds `BaseException.__notes__` which may include extra information about the exception. These are expected to be used by certain libraries that can attach context to exceptions.
Back to Top