Message260485
When reading https://docs.python.org/3/library/traceback.html#traceback.print_exception I noticed that everything takes a traceback or a set of exception type, instance, and traceback. But since Python 3.0 all of that information is contained in a single exception object. So there's no reason to expand the APIs in the traceback module that take an exception to just take an exception instance and infer the exception type and grab the exception from exception instance itself. |
|
Date |
User |
Action |
Args |
2016-02-18 22:59:10 | brett.cannon | set | recipients:
+ brett.cannon |
2016-02-18 22:59:10 | brett.cannon | set | messageid: <1455836350.85.0.0162824201978.issue26389@psf.upfronthosting.co.za> |
2016-02-18 22:59:10 | brett.cannon | link | issue26389 messages |
2016-02-18 22:59:10 | brett.cannon | create | |
|