]> granicus.if.org Git - python/commitdiff
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 00:42:11 +0000 (01:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 00:42:11 +0000 (01:42 +0100)
zero, instead of rounding towards zero. For example, a timeout of one
microsecond is now rounded to one millisecond, instead of being rounded to
zero.

1  2 
Lib/test/test_epoll.py
Misc/NEWS
Modules/selectmodule.c

Simple merge
diff --cc Misc/NEWS
Simple merge
Simple merge