diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-01-31 13:02:44 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-01-31 13:02:44 +0100 |
commit | fcfb9461d3cb726b3badee8ffdb6034f19882330 (patch) | |
tree | aced96c21605b9fba3ae59fe2f1359748fbf823a /Lib/asyncio/unix_events.py | |
parent | 49d0f4e4282cbb397232c0a80799f661d2f9456f (diff) | |
download | cpython-git-fcfb9461d3cb726b3badee8ffdb6034f19882330.tar.gz |
Issue #20311, #20452: poll and epoll now round the timeout away from zero,
instead of rounding towards zero, in select and selectors modules:
select.epoll.poll(), selectors.PollSelector.poll() and
selectors.EpollSelector.poll(). For example, a timeout of one microsecond
(1e-6) is now rounded to one millisecondi (1e-3), instead of being rounded to
zero.
Mention the change in Misc/NEWS.
Diffstat (limited to 'Lib/asyncio/unix_events.py')
0 files changed, 0 insertions, 0 deletions