Files
typeshed/stdlib
Sebastian Meßmer 96ba62503b Use concrete type in sys.excepthook() (#547)
This is necessary, because exception formatting functions like `traceback.format_exception()` expect to get `Type[BaseException]`, but sys.excepthook only provided `type`
2016-09-14 08:03:41 -07:00
..
2016-09-13 16:17:26 -07:00