summaryrefslogtreecommitdiff
path: root/Lib/asyncio/unix_events.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-01-31 13:02:44 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-01-31 13:02:44 +0100
commitfcfb9461d3cb726b3badee8ffdb6034f19882330 (patch)
treeaced96c21605b9fba3ae59fe2f1359748fbf823a /Lib/asyncio/unix_events.py
parent49d0f4e4282cbb397232c0a80799f661d2f9456f (diff)
downloadcpython-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