summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-03-23-13-55-41.bpo-47099.P6quRP.rst
blob: fa2c87e941e8be778837a681ffc7db8fd2d65161 (plain)
1
2
3
Exception chaining is changed from
:func:`Exception.with_traceback`/:func:`sys.exc_info` to :pep:`3134`.
Patch by Oleg Iarygin.