commit | 09354fd606409aea1270474270eb8a9396bb477e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 21 01:42:11 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 21 01:42:11 2014 +0100 |
tree | 8fe7e526c17dfa8f81cce0bbcc96642969984fd2 | |
parent | 22463aa947a75ae3298bca6457f0ae5b738b0d07 [diff] | |
parent | 665486e0e73f6e1cc0a54d1ac1e977b7cff7b085 [diff] |
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from 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.