2 Commits
Author SHA1 Message Date
Nikhil Marathe 7e05d47b81 Improved annotations for select.select() (#1080) 2017-03-23 10:30:48 -07:00
Nikhil Marathe 8e59579953 concurrent.futures: Add various Errors. Fix wait(). (#964)
Introduces Error, CancelledError and TimeoutError, based on the backport.
Also fixes the return type of wait to be Sets instead of Iterables. The
function documentation promises Sets and the code uses Sets.

https://github.com/agronholm/pythonfutures/blob/master/concurrent/futures/_base.py#L261
2017-03-07 16:39:25 -08:00