Files
typeshed/third_party/2
Richard Hansen 55d4c08a8e Use BaseException for Future.exception() and .set_exception(). (#935)
The concurrent.futures.Future class's set_exception() method might be
called with a BaseException that is not an Exception, so change
set_exception()'s parameter type from Exception to BaseException.  The
exception set via set_exception() is returned by exception(), so
change exception()'s return type from Exception to BaseException.
2017-02-15 08:19:49 -08:00
..
2016-12-19 22:09:35 -08:00
2016-12-19 22:09:35 -08:00
2016-12-20 02:28:12 -08:00
2016-12-20 02:28:12 -08:00
2016-12-19 22:09:35 -08:00
2016-12-20 00:16:44 -08:00
2016-12-19 22:09:35 -08:00
2016-10-26 16:24:49 -07:00
2016-12-22 15:59:29 -08:00
2016-12-24 20:44:57 -08:00
2016-12-21 01:15:26 -08:00