Files
typeshed/stdlib/3.4
Tomas Krizek db5137b756 stdlib/selectors: change timeout argument type to float (#2070)
The Selector's code internally uses select.select and passes the
timeout argument to it. The documentation explicitly states the
timeout is a floating point number:
https://docs.python.org/3/library/select.html?highlight=select#select.select
2018-04-19 08:36:53 -07:00
..
2017-03-18 14:41:42 -07:00
2017-03-21 05:58:22 -07:00